Author: russellm
Date: 2008-09-14 03:15:22 -0500 (Sun, 14 Sep 2008)
New Revision: 9021
Modified:
django/trunk/docs/intro/tutorial04.txt
Log:
Fixed #9048: Corrected markup typo in tutorial 4. Thanks to gkelly for the
report.
Modified: django/trunk/docs/intro/tutorial04.txt
===================================================================
--- django/trunk/docs/intro/tutorial04.txt 2008-09-14 07:52:45 UTC (rev
9020)
+++ django/trunk/docs/intro/tutorial04.txt 2008-09-14 08:15:22 UTC (rev
9021)
@@ -43,7 +43,7 @@
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
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---