diff options
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 |
