Commit 2c2ae581 authored by Fred Drake's avatar Fred Drake

Fix typo; merged from Zope 3 trunk revision 27664.

parent 54d6b5a3
......@@ -83,7 +83,7 @@ class PersistentMapping(UserDict, persistent.Persistent):
# 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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment