Opened 17 years ago
Closed 17 years ago
#9048 closed (fixed)
Typo in docs tutorial
| Reported by: | gkelly | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | 1.0 |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
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
Note:
See TracTickets
for help on using tickets.
(In [9021]) Fixed #9048: Corrected markup typo in tutorial 4. Thanks to gkelly for the report.