[Checkins] SVN: zc.async/trunk/src/zc/async/README.txt another small README tweak

Gary Poster gary at zope.com
Thu Apr 10 21:48:14 EDT 2008


Log message for revision 85230:
  another small README tweak

Changed:
  U   zc.async/trunk/src/zc/async/README.txt

-=-
Modified: zc.async/trunk/src/zc/async/README.txt
===================================================================
--- zc.async/trunk/src/zc/async/README.txt	2008-04-11 01:20:25 UTC (rev 85229)
+++ zc.async/trunk/src/zc/async/README.txt	2008-04-11 01:48:14 UTC (rev 85230)
@@ -72,7 +72,7 @@
 
 The ``put`` call will return a zc.async.job.Job object.  This object represents
 both the callable and its deferred result.  It has information about the job
-requested, and the current state of the job, and result of performing the job.
+requested, the current state of the job, and the result of performing the job.
 
 An example spelling for registering a job might be ``self.pending_result =
 queue.put(self.performSpider)``.  The returned object can be stored and polled



More information about the Checkins mailing list