[Zodb-checkins] SVN: ZODB/branches/3.10/src/persistent/dict.py r121331 | mauritsvanrees | 2011-04-07 09:38:13 -0400 (Thu, 07 Apr 2011) | 1 line
Jim Fulton
jim at zope.com
Mon Apr 11 17:24:53 EDT 2011
Log message for revision 121393:
r121331 | mauritsvanrees | 2011-04-07 09:38:13 -0400 (Thu, 07 Apr 2011) | 1 line
Fixed typo in comment
Changed:
U ZODB/branches/3.10/src/persistent/dict.py
-=-
Modified: ZODB/branches/3.10/src/persistent/dict.py
===================================================================
--- ZODB/branches/3.10/src/persistent/dict.py 2011-04-11 21:14:31 UTC (rev 121392)
+++ ZODB/branches/3.10/src/persistent/dict.py 2011-04-11 21:24:53 UTC (rev 121393)
@@ -12,5 +12,5 @@
#
##############################################################################
-# persistent.dict is deprecated. User persistent.mapping
+# persistent.dict is deprecated. Use persistent.mapping
from persistent.mapping import PersistentMapping as PersistentDict
More information about the Zodb-checkins
mailing list