#17205: Typo in docs/topics/http/urls.txt -------------------------------+-------------------- Reporter: rabio | Owner: nobody Type: Uncategorized | Status: new Component: Uncategorized | Version: Severity: Normal | Keywords: Triage Stage: Unreviewed | Has patch: 0 Easy pickings: 0 | UI/UX: 0 -------------------------------+-------------------- There is simple typo in urls documentation as may be seen in patch below:
{{{ --- a/docs/topics/http/urls.txt +++ b/docs/topics/http/urls.txt @@ -688,7 +688,7 @@ This is completely valid, but it leads to problems when you try to do reverse URL matching (through the ``permalink()`` decorator or the :ttag:`url` template tag). Continuing this example, if you wanted to retrieve the URL for the ``archive`` view, Django's reverse URL matcher would get confused, because *two* -URLpatterns point at that view. +URL patterns point at that view. To solve this problem, Django supports **named URL patterns**. That is, you can give a name to a URL pattern in order to distinguish it from other patterns }}} -- Ticket URL: <https://code.djangoproject.com/ticket/17205> Django <https://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-updates@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.