[Checkins] SVN: zc.catalogqueue/trunk/src/zc/catalogqueue/queue.txt fix typos

Fred L. Drake, Jr. fdrake at gmail.com
Fri May 9 08:46:39 EDT 2008


Log message for revision 86564:
  fix typos
  

Changed:
  U   zc.catalogqueue/trunk/src/zc/catalogqueue/queue.txt

-=-
Modified: zc.catalogqueue/trunk/src/zc/catalogqueue/queue.txt
===================================================================
--- zc.catalogqueue/trunk/src/zc/catalogqueue/queue.txt	2008-05-09 08:40:39 UTC (rev 86563)
+++ zc.catalogqueue/trunk/src/zc/catalogqueue/queue.txt	2008-05-09 12:46:37 UTC (rev 86564)
@@ -79,7 +79,7 @@
 
 - Each object is processed only once.
 
-- What happens depends on th elast event.
+- What happens depends on the last event.
 
 - Object 0 wasn't indexed because queryObject returned None.  We
   ignore events for objects that have been removed from the intid
@@ -93,7 +93,7 @@
     >>> queue.process(Ids(), [Injection('cat1'), Injection('cat2')], 10)
     0
 
-Of course, the limit argument limites how many events we process:
+Of course, the limit argument limits how many events we process:
 
     >>> for i in range(10):
     ...     queue.update(i)



More information about the Checkins mailing list