summaryrefslogtreecommitdiff
path: root/docs/tutorial04.txt
diff options
context:
space:
mode:
authorJoseph Kocherhans <joseph@jkocherhans.com>2008-03-29 07:40:20 +0000
committerJoseph Kocherhans <joseph@jkocherhans.com>2008-03-29 07:40:20 +0000
commit7822a0639fd029e98e0d6a9d4f2c182f719f8d81 (patch)
tree877625788171501a79538bb790213b18b55acb88 /docs/tutorial04.txt
parent1ed686986b72d31f88028d81b44af461e02b2d6b (diff)
newforms-admin: Merged from trunk up to [7377].
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@7378 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/tutorial04.txt')
-rw-r--r--docs/tutorial04.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial04.txt b/docs/tutorial04.txt
index 473fba1ef8..f09f08ce56 100644
--- a/docs/tutorial04.txt
+++ b/docs/tutorial04.txt
@@ -39,7 +39,7 @@ A quick rundown:
Django; it's just good Web development practice.
* ``forloop.counter`` indicates how many times the ``for`` tag has
- gone through its loop; for more information, see `the
+ gone through its loop. For more information, see `the
documentation for the "for" tag`_.
.. _the documentation for the "for" tag: ../templates/#for