summaryrefslogtreecommitdiff
path: root/docs/tutorial01.txt
diff options
context:
space:
mode:
authorGary Wilson Jr <gary.wilson@gmail.com>2007-08-26 01:16:19 +0000
committerGary Wilson Jr <gary.wilson@gmail.com>2007-08-26 01:16:19 +0000
commit4ea2afa4d5fe78cf0667263b259c1fec3993ab4e (patch)
tree3cc378834c3cf840d068dde05cd149767e1e39e2 /docs/tutorial01.txt
parent1a1a58c9f89f7b34fec05d426472b134d3e44096 (diff)
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
Diffstat (limited to 'docs/tutorial01.txt')
-rw-r--r--docs/tutorial01.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial01.txt b/docs/tutorial01.txt
index 65ea7503d7..60c527216b 100644
--- a/docs/tutorial01.txt
+++ b/docs/tutorial01.txt
@@ -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