[1.9.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 61da9bb299
commit 76ba451d2f
4 changed files with 4 additions and 4 deletions

View file

@ -1347,7 +1347,7 @@ Language prefix in URL patterns
:func:`django.conf.urls.url` instances instead.
This function can be used in your root URLconf and Django will automatically
prepend the current active language code to all url patterns defined within
prepend the current active language code to all URL patterns defined within
:func:`~django.conf.urls.i18n.i18n_patterns`. Example URL patterns::
from django.conf.urls import include, url