#12585: fix typo in tutorial03.txt
---------------------------+------------------------------------------------
Reporter: fcsmith | Owner: nobody
Status: new | Milestone:
Component: Documentation | Version: 1.1
Keywords: | Stage: Unreviewed
Has_patch: 0 |
---------------------------+------------------------------------------------
"Parentheses" is the plural of "parenthesis." Fixed this typo.
Currently reads:
{{{
Using parenthesis around a pattern "captures" the text matched by that
pattern and sends it as an argument to the view function;
}}}
Should read:
{{{
Using parentheses around a pattern "captures" the text matched by that
pattern and sends it as an argument to the view function;
}}}
Patch attached.
--
Ticket URL: <http://code.djangoproject.com/ticket/12585>
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 django-upda...@googlegroups.com.
To unsubscribe from this group, send email to
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.