summaryrefslogtreecommitdiff
path: root/docs/tutorial04.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2008-03-25 04:42:21 +0000
committerAdrian Holovaty <adrian@holovaty.com>2008-03-25 04:42:21 +0000
commit0e552e5cd619ab61e597b1fc6d725b29ef7bfc56 (patch)
treeceee3104b35369be00418654cc83834016206880 /docs/tutorial04.txt
parent23912ebbe25e2ef9526164da74e79eb9a7a24d69 (diff)
Edited some docs changes from the past few days
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7361 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