[Zope3-checkins] 
	SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/location/pickling.py
	fix typo (merged from trunk revision 27171)
    Fred L. Drake, Jr. 
    fdrake at gmail.com
       
    Thu Aug 19 09:47:30 EDT 2004
    
    
  
Log message for revision 27184:
  fix typo (merged from trunk revision 27171)
Changed:
  U   Zope3/branches/ZopeX3-3.0/src/zope/app/location/pickling.py
-=-
Modified: Zope3/branches/ZopeX3-3.0/src/zope/app/location/pickling.py
===================================================================
--- Zope3/branches/ZopeX3-3.0/src/zope/app/location/pickling.py	2004-08-18 19:37:57 UTC (rev 27183)
+++ Zope3/branches/ZopeX3-3.0/src/zope/app/location/pickling.py	2004-08-19 13:47:30 UTC (rev 27184)
@@ -146,7 +146,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