[Checkins] SVN: ZODB/trunk/src/persistent/dict.py Fixed typo in comment

Maurits van Rees m.van.rees at zestsoftware.nl
Thu Apr 7 09:38:13 EDT 2011


Log message for revision 121331:
  Fixed typo in comment

Changed:
  U   ZODB/trunk/src/persistent/dict.py

-=-
Modified: ZODB/trunk/src/persistent/dict.py
===================================================================
--- ZODB/trunk/src/persistent/dict.py	2011-04-07 13:28:46 UTC (rev 121330)
+++ ZODB/trunk/src/persistent/dict.py	2011-04-07 13:38:13 UTC (rev 121331)
@@ -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