Typo fix
This commit is contained in:
parent
a2478d9fa0
commit
8ea605c204
|
@ -775,7 +775,7 @@ Synchronization primitives
|
|||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
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.
|
||||
|
||||
Note that one can also create synchronization primitives by using a manager
|
||||
|
|
Loading…
Reference in New Issue