diff options
| author | Karen Tracey <kmtracey@gmail.com> | 2010-08-26 11:08:12 +0000 |
|---|---|---|
| committer | Karen Tracey <kmtracey@gmail.com> | 2010-08-26 11:08:12 +0000 |
| commit | 88e83ee4721822692f050ba179adbfa4581403b5 (patch) | |
| tree | b51124b0032c18fe4f3c3d4a1fb33854d97fe584 /docs | |
| parent | ce98a29eb704689dde6e1f7574bf5f9073234df5 (diff) | |
Fixed #14172: Corrected misspelling of explicitly. Thanks 3point2.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13638 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 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 |
