summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/url_dispatch.txt4
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.