Fixed grammar error in docs from [1584]

git-svn-id: http://code.djangoproject.com/svn/django/trunk@1585 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2005-12-09 03:40:27 +00:00
parent e6745d3420
commit 4e7006856d
2 changed files with 2 additions and 2 deletions

View File

@ -216,7 +216,7 @@ SESSION_COOKIE_NAME
------------------- -------------------
Default: ``'sessionid'`` (**Django development version.** Previous default was 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. The name of the cookie to use for sessions. This can be whatever you want.

View File

@ -526,7 +526,7 @@ SESSION_COOKIE_NAME
------------------- -------------------
Default: ``'sessionid'`` (**Django development version.** Previous default was 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. The name of the cookie to use for sessions. This can be whatever you want.
See the `session docs`_. See the `session docs`_.