mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Fixed capitalization of "URL pattern".
This commit is contained in:
parent
1f9deba1b3
commit
415ae960bb
4 changed files with 4 additions and 4 deletions
|
@ -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::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue