summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-07-06 15:31:12 -0400
committerTim Graham <timograham@gmail.com>2016-07-06 15:31:12 -0400
commit415ae960bb9f1bdae798023fdce3247d2c938eec (patch)
tree4d61d1035eeb76b93a0515b30576c039b325c3fb /docs/ref
parent1f9deba1b312a12c47668724daf70b8fe2d56b17 (diff)
Fixed capitalization of "URL pattern".
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/urlresolvers.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/urlresolvers.txt b/docs/ref/urlresolvers.txt
index bb2d10b392..3c18bf3c87 100644
--- a/docs/ref/urlresolvers.txt
+++ b/docs/ref/urlresolvers.txt
@@ -65,7 +65,7 @@ This ``current_app`` argument is used as a hint to resolve application
namespaces into URLs on specific application instances, according to the
:ref:`namespaced URL resolution strategy <topics-http-reversing-url-namespaces>`.
-The ``urlconf`` argument is the URLconf module containing the url patterns to
+The ``urlconf`` argument is the URLconf module containing the URL patterns to
use for reversing. By default, the root URLconf for the current thread is used.
.. note::