[Zope3-checkins] SVN: Zope3/trunk/src/persistent/mapping.py Correct typo. I hope this change does not get lost. Is the 'persistent'

Stephan Richter srichter at cosmos.phy.tufts.edu
Thu Sep 23 13:50:16 EDT 2004


Log message for revision 27664:
  Correct typo. I hope this change does not get lost. Is the 'persistent' 
  package maintained here? 
  


Changed:
  U   Zope3/trunk/src/persistent/mapping.py


-=-
Modified: Zope3/trunk/src/persistent/mapping.py
===================================================================
--- Zope3/trunk/src/persistent/mapping.py	2004-09-23 17:47:53 UTC (rev 27663)
+++ Zope3/trunk/src/persistent/mapping.py	2004-09-23 17:50:15 UTC (rev 27664)
@@ -83,7 +83,7 @@
 
     # Effectively, the original rep is part of the "API."  To provide
     # full compatibility, the getstate and setstate must read and
-    # right objects using the old rep.
+    # write objects using the old rep.
 
     # As a result, the PersistentMapping must save and restore the
     # actual internal dictionary using the name _container.



More information about the Zope3-Checkins mailing list