From 0b37b333a8c4852de8166dae6d331ed18d312958 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 3 Sep 2010 22:49:27 +0000 Subject: [PATCH] Fix missing word. --- Doc/library/multiprocessing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst index 9bb119ea63..ebed0c9959 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 -- 2.40.0