diff options
| author | Simon Willison <simon@simonwillison.net> | 2009-04-06 23:45:56 +0000 |
|---|---|---|
| committer | Simon Willison <simon@simonwillison.net> | 2009-04-06 23:45:56 +0000 |
| commit | 7f7606070bd97444cee1c130022b4b7929d3c875 (patch) | |
| tree | cdcf7eea19524a7bfe9a3632edf9da8f063fecaf /docs | |
| parent | bb182bea1ce52613fde9b1864e0ba7b639fc1dc6 (diff) | |
Fixed a documentation typo
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10412 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/admin/actions.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/admin/actions.txt b/docs/ref/contrib/admin/actions.txt index fc3e00feb8..7b664f901d 100644 --- a/docs/ref/contrib/admin/actions.txt +++ b/docs/ref/contrib/admin/actions.txt @@ -160,7 +160,7 @@ Notice first that we've moved ``make_published`` into a method and renamed the ``'make_published'`` in ``actions`` instead of a direct function reference. This tells the :class:`ModelAdmin` to look up the action as a method. -Defining actions as methods is gives the action more straightforward, idiomatic +Defining actions as methods gives the action more straightforward, idiomatic access to the :class:`ModelAdmin` itself, allowing the action to call any of the methods provided by the admin. |
