diff options
author | Russell Keith-Magee <russell@keith-magee.com> | 2008-09-14 08:15:22 +0000 |
---|---|---|
committer | Russell Keith-Magee <russell@keith-magee.com> | 2008-09-14 08:15:22 +0000 |
commit | a8d2810be56f3c69ad884d04aa589622e7ec6117 (patch) | |
tree | 377f454a9981398054469da5403734047e99d921 /docs/intro/tutorial04.txt | |
parent | bc75e912a414832da903f7b839df20652184af07 (diff) | |
download | django-a8d2810be56f3c69ad884d04aa589622e7ec6117.tar.gz |
Fixed #9048: Corrected markup typo in tutorial 4. Thanks to gkelly for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9021 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/intro/tutorial04.txt')
-rw-r--r-- | docs/intro/tutorial04.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial04.txt b/docs/intro/tutorial04.txt index fb0b206326..639d67c23b 100644 --- a/docs/intro/tutorial04.txt +++ b/docs/intro/tutorial04.txt @@ -43,7 +43,7 @@ A quick rundown: data server-side, use ``method="post"``. This tip isn't specific to Django; it's just good Web development practice. - * ``forloop.counter`` indicates how many times the ;ttag:`for` tag has gone + * ``forloop.counter`` indicates how many times the :ttag:`for` tag has gone through its loop Now, let's create a Django view that handles the submitted data and does |