[1.10.x] Fixed capitalization of "URL pattern".

Backport of 415ae960bb from master
This commit is contained in:
Tim Graham 2016-07-06 15:31:12 -04:00
parent cdb6d83f44
commit 48a570164e
4 changed files with 4 additions and 4 deletions

View file

@ -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::