Просмотр исходного кода

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
Russell Keith-Magee 16 лет назад
Родитель
Сommit
a8d2810be5
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docs/intro/tutorial04.txt

+ 1 - 1
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