summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-11-07 14:24:13 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-11-07 14:24:13 +0000
commite205b96825df26a53229dea6fdd9ad70d9531888 (patch)
tree4889df4ff2da8db5e943c7524b31c9ddd89f7798 /docs
parent290040f7fea4875bc7fbe43c3c05dca5d9debdd0 (diff)
Fixed typo in docs/i18n.txt. Thanks, Esaj
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1121 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/i18n.txt2
1 files changed, 1 insertions, 1 deletions
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/``.)