[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/location/pickling.py
fix typo
Fred L. Drake, Jr.
fdrake at gmail.com
Wed Aug 18 10:24:01 EDT 2004
Log message for revision 27171:
fix typo
Changed:
U Zope3/trunk/src/zope/app/location/pickling.py
-=-
Modified: Zope3/trunk/src/zope/app/location/pickling.py
===================================================================
--- Zope3/trunk/src/zope/app/location/pickling.py 2004-08-17 23:28:23 UTC (rev 27170)
+++ Zope3/trunk/src/zope/app/location/pickling.py 2004-08-18 14:24:00 UTC (rev 27171)
@@ -147,7 +147,7 @@
# The following is needed to overcome a bug
# in pickle.py. The pickle checks the boolean value
- # if the id, rather than whether it is None.
+ # of the id, rather than whether it is None.
pid += 1
self.pids_by_id[id(object)] = pid
More information about the Zope3-Checkins
mailing list