diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2008-07-14 01:18:16 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2008-07-14 01:18:16 (GMT) |
commit | 8ea605c204d1b8edb602d864e0dac2274fe4e7be (patch) | |
tree | 8571c6ce66a1f29a7cb30b9ac2b4fdba0a92ba2c | |
parent | a2478d9fa0a6af5124833685267fe02f1ba6eeea (diff) | |
download | cpython-8ea605c204d1b8edb602d864e0dac2274fe4e7be.zip cpython-8ea605c204d1b8edb602d864e0dac2274fe4e7be.tar.gz cpython-8ea605c204d1b8edb602d864e0dac2274fe4e7be.tar.bz2 |
Typo fix
-rw-r--r-- | Doc/library/multiprocessing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst index fcc2b5c..5432aa1 100644 --- a/Doc/library/multiprocessing.rst +++ b/Doc/library/multiprocessing.rst @@ -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 |