diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2006-04-06 14:20:11 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2006-04-06 14:20:11 +0000 |
| commit | b0a60c186ee2a5564b5fa897b994e4ff2b7ad5b2 (patch) | |
| tree | 80756ba658dede3b1b8119adfd1d5ff17c25da3e | |
| parent | 158aeb7b97c8b45928f25d922c8f1b1331c08ed8 (diff) | |
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
| -rw-r--r-- | docs/url_dispatch.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/url_dispatch.txt b/docs/url_dispatch.txt index 1c448bb4a4..66bab747de 100644 --- a/docs/url_dispatch.txt +++ b/docs/url_dispatch.txt @@ -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. |
