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:31:12 -0400 |
| commit | 415ae960bb9f1bdae798023fdce3247d2c938eec (patch) | |
| tree | 4d61d1035eeb76b93a0515b30576c039b325c3fb /docs/topics | |
| parent | 1f9deba1b312a12c47668724daf70b8fe2d56b17 (diff) | |
Fixed capitalization of "URL pattern".
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/i18n/translation.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/i18n/translation.txt b/docs/topics/i18n/translation.txt index bc2a2b84ce..e503e3a3d1 100644 --- a/docs/topics/i18n/translation.txt +++ b/docs/topics/i18n/translation.txt @@ -1413,7 +1413,7 @@ Language prefix in URL patterns .. function:: i18n_patterns(*urls, prefix_default_language=True) This function can be used in a 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`. Setting ``prefix_default_language`` to ``False`` removes the prefix from the |
