#9048: Typo in docs tutorial
---------------------------+------------------------------------------------
 Reporter:  gkelly         |       Owner:  nobody    
   Status:  new            |   Milestone:            
Component:  Documentation  |     Version:  1.0       
 Keywords:                 |       Stage:  Unreviewed
Has_patch:  0              |  
---------------------------+------------------------------------------------
 semi-colon instead of colon in markup.

 {{{
 Index: docs/intro/tutorial04.txt
 ===================================================================
 --- docs/intro/tutorial04.txt   (revision 9014)
 +++ docs/intro/tutorial04.txt   (working copy)
 @@ -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
 }}}

-- 
Ticket URL: <http://code.djangoproject.com/ticket/9048>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to