Fixed capitalization of "URL pattern".

This commit is contained in:
Tim Graham 2016-07-06 15:31:12 -04:00
parent 1f9deba1b3
commit 415ae960bb
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::