diff --git a/docs/i18n.txt b/docs/i18n.txt index ceda2ade83..8ab9a1f2cb 100644 --- a/docs/i18n.txt +++ b/docs/i18n.txt @@ -454,7 +454,7 @@ that sets a user's language preference and redirects back to the previous page. Activate this view by adding the following line to your URLconf:: - (r'^i18n/', include('django.conf.urls.i18n'), + (r'^i18n/', include('django.conf.urls.i18n')), (Note that this example makes the view available at ``/i18n/setlang/``.)