From 6d4b14378639ea1e836f26f7ae1950368bc09260 Mon Sep 17 00:00:00 2001 From: Brian Rosner Date: Fri, 8 Aug 2008 20:02:10 +0000 Subject: [PATCH] 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 --- docs/admin.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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