[Checkins] SVN: zope.session/trunk/src/zope/session/session.py fix typo

Fred L. Drake, Jr. fdrake at gmail.com
Fri Aug 29 17:32:30 EDT 2008


Log message for revision 90600:
  fix typo
  

Changed:
  U   zope.session/trunk/src/zope/session/session.py

-=-
Modified: zope.session/trunk/src/zope/session/session.py
===================================================================
--- zope.session/trunk/src/zope/session/session.py	2008-08-29 21:13:01 UTC (rev 90599)
+++ zope.session/trunk/src/zope/session/session.py	2008-08-29 21:32:29 UTC (rev 90600)
@@ -461,7 +461,7 @@
     be removed in a later release (see the comments in the code below).
 
     First, create an instance of SessionData and remove a protected attribute
-    _lastAcessTime from it to make it more like the legacy SessionData.  The
+    _lastAccessTime from it to make it more like the legacy SessionData.  The
     subsequent attempt to get lastAccessTime will return a 0, because the
     lastAccessTime is not there and the dictionary returns the default value
     zero supplied to its get() method.



More information about the Checkins mailing list