[Checkins] SVN: zc.resumelb/trunk/src/zc/resumelb/pool.test typo

Brian Sutherland cvs-admin at zope.org
Fri Jul 20 08:32:06 UTC 2012


Log message for revision 127355:
  typo

Changed:
  U   zc.resumelb/trunk/src/zc/resumelb/pool.test

-=-
Modified: zc.resumelb/trunk/src/zc/resumelb/pool.test
===================================================================
--- zc.resumelb/trunk/src/zc/resumelb/pool.test	2012-07-19 14:17:49 UTC (rev 127354)
+++ zc.resumelb/trunk/src/zc/resumelb/pool.test	2012-07-20 08:32:03 UTC (rev 127355)
@@ -341,7 +341,7 @@
     >>> w6 = Worker('w6')
     >>> pool.new_resume(w6, {})
 
-And wen we make a request, it will go to the new worker:
+And when we make a request, it will go to the new worker:
 
     >>> pool.get('bar')
     w6



More information about the checkins mailing list