[Zope-CVS] CVS: Products/Scheduler - IScheduler.py:1.3

Ken Manheimer klm@zope.com
Wed, 14 Aug 2002 15:33:11 -0400


Update of /cvs-repository/Products/Scheduler
In directory cvs.zope.org:/tmp/cvs-serv19094

Modified Files:
	IScheduler.py 
Log Message:
Fixed typo.


=== Products/Scheduler/IScheduler.py 1.2 => 1.3 ===
--- Products/Scheduler/IScheduler.py:1.2	Thu Aug  8 17:16:37 2002
+++ Products/Scheduler/IScheduler.py	Wed Aug 14 15:33:10 2002
@@ -55,8 +55,7 @@
     def __call__():
         """Execute the event.
 
-        (The event will be called the event in the scheduler's acquisition
-        context.)
+        (The event will be called in the scheduler's acquisition context.)
 
         There is normally no return value. If there is an error and a
         retry is needed, then a time.time and a new event to do the