From 4e7006856d76e11b68233e7a846df0ae4d10170c Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Fri, 9 Dec 2005 03:40:27 +0000 Subject: [PATCH] Fixed grammar error in docs from [1584] git-svn-id: http://code.djangoproject.com/svn/django/trunk@1585 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/sessions.txt | 2 +- docs/settings.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sessions.txt b/docs/sessions.txt index bebee3a79f..bea246e17d 100644 --- a/docs/sessions.txt +++ b/docs/sessions.txt @@ -216,7 +216,7 @@ SESSION_COOKIE_NAME ------------------- Default: ``'sessionid'`` (**Django development version.** Previous default was -``'hotclub'``, which was deemed to pornish.) +``'hotclub'``, which was deemed too pornish.) The name of the cookie to use for sessions. This can be whatever you want. diff --git a/docs/settings.txt b/docs/settings.txt index 164407659d..6913113c09 100644 --- a/docs/settings.txt +++ b/docs/settings.txt @@ -526,7 +526,7 @@ SESSION_COOKIE_NAME ------------------- Default: ``'sessionid'`` (**Django development version.** Previous default was -``'hotclub'``, which was deemed to pornish.) +``'hotclub'``, which was deemed too pornish.) The name of the cookie to use for sessions. This can be whatever you want. See the `session docs`_.