Fixed typo in docs/i18n.txt. Thanks, Esaj

git-svn-id: http://code.djangoproject.com/svn/django/trunk@1121 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2005-11-07 14:24:13 +00:00
parent 290040f7fe
commit e205b96825
1 changed files with 1 additions and 1 deletions

View File

@ -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/``.)