[Zodb-checkins] SVN: ZODB/branches/3.3/src/persistent/mapping.py
Fix typo; merged from Zope 3 trunk revision 27664.
Fred L. Drake, Jr.
fdrake at gmail.com
Thu Sep 23 14:09:39 EDT 2004
Log message for revision 27665:
Fix typo; merged from Zope 3 trunk revision 27664.
Changed:
U ZODB/branches/3.3/src/persistent/mapping.py
-=-
Modified: ZODB/branches/3.3/src/persistent/mapping.py
===================================================================
--- ZODB/branches/3.3/src/persistent/mapping.py 2004-09-23 17:50:15 UTC (rev 27664)
+++ ZODB/branches/3.3/src/persistent/mapping.py 2004-09-23 18:09:37 UTC (rev 27665)
@@ -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 Zodb-checkins
mailing list