summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-10-17 13:20:59 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-10-17 13:20:59 +0000
commit0bb68cd0725988bd7302da293ffdb2fa9e1b2750 (patch)
treeb1c04e27bc43f4c8ab042240232772588f861586 /docs
parentb223d0fd87b5580709f11c86c8eb3d5fb2142183 (diff)
Fixed #635 -- Fixed typo in docs/settings.txt. Thanks, anonymous
git-svn-id: http://code.djangoproject.com/svn/django/trunk@902 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/settings.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/settings.txt b/docs/settings.txt
index 5a2cf46827..382a661be9 100644
--- a/docs/settings.txt
+++ b/docs/settings.txt
@@ -397,7 +397,7 @@ Default: ``False``
Whether to prepend the "www." subdomain to URLs that don't have it. This is
only used if ``CommonMiddleware`` is installed (see the `middleware docs`_).
-See also ``PREPEND_WWW``.
+See also ``APPEND_SLASH``.
SECRET_KEY
----------