diff options
| author | Karen Tracey <kmtracey@gmail.com> | 2010-08-26 11:10:45 +0000 |
|---|---|---|
| committer | Karen Tracey <kmtracey@gmail.com> | 2010-08-26 11:10:45 +0000 |
| commit | 188c6b3e9a99e7a5b53ebb57de0b8467c1131eee (patch) | |
| tree | a14b5ad1fe736098c059df2c16891e7dd6376271 | |
| parent | 0ed363dd1a4c0a352a60f9c8f7835005c20227c0 (diff) | |
[1.2.X] Fixed #14172: Corrected misspelling of explicitly. Thanks 3point2.
r13638 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13639 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -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 f3bdf1a82f..86a5355b28 100644 --- a/docs/ref/contrib/admin/actions.txt +++ b/docs/ref/contrib/admin/actions.txt @@ -292,7 +292,7 @@ Disabling a site-wide action site-wide. If, however, you need to re-enable a globally-disabled action for one - particular model, simply list it explicitally in your ``ModelAdmin.actions`` + particular model, simply list it explicitly in your ``ModelAdmin.actions`` list:: # Globally disable delete selected |
