Fixed #1588 -- Fixed typo in docs/url_dispatch.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2624 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
158aeb7b97
commit
b0a60c186e
|
@ -173,8 +173,8 @@ your URLconf. This gives your module access to these objects:
|
|||
patterns
|
||||
--------
|
||||
|
||||
A function that takes a prefix an arbitrary number of URL patterns and returns
|
||||
a list of URL patterns in the format Django needs.
|
||||
A function that takes a prefix, and an arbitrary number of URL patterns, and
|
||||
returns a list of URL patterns in the format Django needs.
|
||||
|
||||
The first argument to ``patterns()`` is a string ``prefix``. See
|
||||
"The view prefix" below.
|
||||
|
|
Loading…
Reference in New Issue