Fixed #8166 -- Corrected a typo in the admin documentation. Thanks d00gs for the hawk eyes.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8241 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Brian Rosner 2008-08-08 20:02:10 +00:00
parent 5d199ba901
commit 6d4b143786
1 changed files with 1 additions and 1 deletions

View File

@ -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
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.
.. _max_num in formsets: ../modelforms/#limiting-the-number-of-objects-editable