[Zodb-checkins] SVN: ZODB/trunk/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:10:01 EDT 2004
Log message for revision 27666:
Fix typo; merged from Zope 3 trunk revision 27664.
Changed:
U ZODB/trunk/src/persistent/mapping.py
-=-
Modified: ZODB/trunk/src/persistent/mapping.py
===================================================================
--- ZODB/trunk/src/persistent/mapping.py 2004-09-23 18:09:37 UTC (rev 27665)
+++ ZODB/trunk/src/persistent/mapping.py 2004-09-23 18:09:59 UTC (rev 27666)
@@ -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