diff options
| author | Tim Graham <timograham@gmail.com> | 2016-07-06 15:31:12 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-07-06 15:32:47 -0400 |
| commit | 76ba451d2f61cb85287c3297d8e427d92d35691c (patch) | |
| tree | cd563f73ebf60000b83be223bcb7ed2f4d6601c8 /docs/ref | |
| parent | 61da9bb2999171433a01b781478fdc58410f0bb0 (diff) | |
[1.9.x] Fixed capitalization of "URL pattern".
Backport of 415ae960bb9f1bdae798023fdce3247d2c938eec from master
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/urlresolvers.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/urlresolvers.txt b/docs/ref/urlresolvers.txt index b4c05d6075..e048d00c0d 100644 --- a/docs/ref/urlresolvers.txt +++ b/docs/ref/urlresolvers.txt @@ -60,7 +60,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. .. deprecated:: 1.8 |
