]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix missing word.
authorGeorg Brandl <georg@python.org>
Fri, 3 Sep 2010 22:49:27 +0000 (22:49 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 3 Sep 2010 22:49:27 +0000 (22:49 +0000)
Doc/library/multiprocessing.rst

index 9bb119ea63992dd6d9af8bd4bbf2dfcfd78a5f98..ebed0c9959ce8bc82796f76daacf392c538b4b16 100644 (file)
@@ -2221,8 +2221,8 @@ Synchronization types like locks, conditions and queues:
 .. 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