Skip to content

Commit

Permalink
Fixed #1588 -- Fixed typo in docs/url_dispatch.txt
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2624 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Apr 6, 2006
1 parent 158aeb7 commit b0a60c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/url_dispatch.txt
Expand Up @@ -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.
Expand Down

0 comments on commit b0a60c1

Please sign in to comment.