SVN: r25610 - trunk/quixote
David Binger <dbinger-fVcApmY9cLvQ3/1i3zOLAti2O/[email protected]> Tue, 16 Nov 2004 16:25:09 -0500
| Newsgroups | gmane.comp.web.quixote.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: dbinger
Date: 2004-11-16 14:19:39 -0500 (Tue, 16 Nov 2004)
New Revision: 25610
Modified:
trunk/quixote/session.py
Log:
Fix typo.
Modified: trunk/quixote/session.py
===================================================================
--- trunk/quixote/session.py 2004-11-16 19:18:02 UTC (rev 25609)
+++ trunk/quixote/session.py 2004-11-16 19:19:39 UTC (rev 25610)
@@ -207,7 +207,7 @@
"""() -> string
Find the ID of the current session by looking for the session
- cookie in the reques'. Return None if no such cookie or the
+ cookie in the request. Return None if no such cookie or the
cookie has been expired, otherwise return the cookie's value.
"""
id = get_cookie(config.session_cookie_name)