Fixed #5257 -- Fixed typo in tutorial from [6006]. Thanks, Collin Grady.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@6020 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Gary Wilson Jr 2007-08-26 01:16:19 +00:00
parent 1a1a58c9f8
commit 4ea2afa4d5
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ These concepts are represented by simple Python classes. Edit the
choice = models.CharField(max_length=200)
votes = models.IntegerField()
.. adminition:: Errors about ``max_length``
.. admonition:: Errors about ``max_length``
If Django gives you an error message saying that ``max_length`` is
not a valid argument, you're most likely using an old version of