From 0bb68cd0725988bd7302da293ffdb2fa9e1b2750 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Mon, 17 Oct 2005 13:20:59 +0000 Subject: [PATCH] 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 --- docs/settings.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ----------