From: Georg Brandl Date: Fri, 3 Sep 2010 22:49:27 +0000 (+0000) Subject: Fix missing word. X-Git-Tag: v3.2a2~43 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0b37b333a8c4852de8166dae6d331ed18d312958;p=thirdparty%2FPython%2Fcpython.git Fix missing word. --- diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst index 9bb119ea6399..ebed0c9959ce 100644 --- a/Doc/library/multiprocessing.rst +++ b/Doc/library/multiprocessing.rst @@ -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