Commit 6d4b1437 authored by Brian Rosner's avatar Brian Rosner
Browse files

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
parent 5d199ba9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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