[Zope-CVS] CVS: Products/Ape/lib/apelib/zodb3 - scanner.py:1.2.2.5
Shane Hathaway
shane at zope.com
Sat Jan 3 15:37:47 EST 2004
Update of /cvs-repository/Products/Ape/lib/apelib/zodb3
In directory cvs.zope.org:/tmp/cvs-serv5667/zodb3
Modified Files:
Tag: ape-0_8-branch
scanner.py
Log Message:
Fixed typo
=== Products/Ape/lib/apelib/zodb3/scanner.py 1.2.2.4 => 1.2.2.5 ===
--- Products/Ape/lib/apelib/zodb3/scanner.py:1.2.2.4 Sat Jan 3 15:36:38 2004
+++ Products/Ape/lib/apelib/zodb3/scanner.py Sat Jan 3 15:37:46 2004
@@ -223,7 +223,7 @@
# so that the next scan can pick up changes.
self.future[oid] = (sources, time())
# else we already have info about this object, and now
- # isn't a good time to update self.current since that that
+ # isn't a good time to update self.current since that
# would prevent changes from being detected at a time when
# it's possible to send invalidation messages.
finally:
More information about the Zope-CVS
mailing list