[Python-checkins] r84484 - python/branches/py3k/Doc/library/multiprocessing.rst

georg.brandl python-checkins at python.org
Sat Sep 4 00:49:27 CEST 2010


Author: georg.brandl
Date: Sat Sep  4 00:49:27 2010
New Revision: 84484

Log:
Fix missing word.

Modified:
   python/branches/py3k/Doc/library/multiprocessing.rst

Modified: python/branches/py3k/Doc/library/multiprocessing.rst
==============================================================================
--- python/branches/py3k/Doc/library/multiprocessing.rst	(original)
+++ python/branches/py3k/Doc/library/multiprocessing.rst	Sat Sep  4 00:49:27 2010
@@ -2221,8 +2221,8 @@
 .. literalinclude:: ../includes/mp_synchronize.py
 
 
-An showing how to use queues to feed tasks to a collection of worker process and
-collect the results:
+An example showing how to use queues to feed tasks to a collection of worker
+process and collect the results:
 
 .. literalinclude:: ../includes/mp_workers.py
 


More information about the Python-checkins mailing list