diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-12-09 03:40:27 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-12-09 03:40:27 +0000 |
| commit | 4e7006856d76e11b68233e7a846df0ae4d10170c (patch) | |
| tree | b3dd7cffd26151368f6929e13e46aa64d716ce46 /docs | |
| parent | e6745d34202d02bc48b2c9f133f389cf8a4cddb3 (diff) | |
Fixed grammar error in docs from [1584]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1585 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/sessions.txt | 2 | ||||
| -rw-r--r-- | 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`_. |
