This commit is contained in:
Andrew M. Kuchling 2008-07-14 01:18:16 +00:00
parent a2478d9fa0
commit 8ea605c204
1 changed files with 1 additions and 1 deletions

View File

@ -775,7 +775,7 @@ Synchronization primitives
~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~
Generally synchronization primitives are not as necessary in a multiprocess Generally synchronization primitives are not as necessary in a multiprocess
program as they are in a mulithreaded program. See the documentation for program as they are in a multithreaded program. See the documentation for
:mod:`threading` module. :mod:`threading` module.
Note that one can also create synchronization primitives by using a manager Note that one can also create synchronization primitives by using a manager