mirror of
https://github.com/python/cpython.git
synced 2026-05-04 09:31:02 +00:00
Typo fix
This commit is contained in:
parent
a2478d9fa0
commit
8ea605c204
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue