diff options
| author | Brian Rosner <brosner@gmail.com> | 2008-08-08 20:02:10 +0000 |
|---|---|---|
| committer | Brian Rosner <brosner@gmail.com> | 2008-08-08 20:02:10 +0000 |
| commit | 6d4b14378639ea1e836f26f7ae1950368bc09260 (patch) | |
| tree | 0a47a5360fdca12b9073fc85db5015b3c0020d6a /docs | |
| parent | 5d199ba90113c47caf142e79151315ba2dc02b4b (diff) | |
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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/admin.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/admin.txt b/docs/admin.txt index 82d85a6f5f..dd1abe8a94 100644 --- a/docs/admin.txt +++ b/docs/admin.txt @@ -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 |
