mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fix missing word.
This commit is contained in:
parent
661730e2aa
commit
0b37b333a8
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue