Skip to content

Commit

Permalink
Fixed #8166 -- Corrected a typo in the admin documentation. Thanks d0…
Browse files Browse the repository at this point in the history
…0gs for the hawk eyes.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8241 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
brosner committed Aug 8, 2008
1 parent 5d199ba commit 6d4b143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/admin.txt
Expand Up @@ -633,7 +633,7 @@ to the initial forms. See the `formsets documentation`_ for more information.
~~~~~~~~~~~ ~~~~~~~~~~~


This controls the maximum number of forms to show in the inline. This doesn't This controls the maximum number of forms to show in the inline. This doesn't
directly corrolate to the number of objects, but can if the value is small directly correlate to the number of objects, but can if the value is small
enough. See `max_num in formsets`_ for more information. enough. See `max_num in formsets`_ for more information.


.. _max_num in formsets: ../modelforms/#limiting-the-number-of-objects-editable .. _max_num in formsets: ../modelforms/#limiting-the-number-of-objects-editable
Expand Down

0 comments on commit 6d4b143

Please sign in to comment.