[Checkins] SVN: persistent/trunk/ Forward-port typo fix from trunk.

Tres Seaver cvs-admin at zope.org
Fri Jun 29 04:01:50 UTC 2012


Log message for revision 127167:
  Forward-port typo fix from trunk.

Changed:
  _U  persistent/trunk/
  U   persistent/trunk/persistent/dict.py

-=-
Modified: persistent/trunk/persistent/dict.py
===================================================================
--- persistent/trunk/persistent/dict.py	2012-06-28 22:50:26 UTC (rev 127166)
+++ persistent/trunk/persistent/dict.py	2012-06-29 04:01:44 UTC (rev 127167)
@@ -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 checkins mailing list