From: Andrew M. Kuchling Date: Mon, 14 Jul 2008 01:18:16 +0000 (+0000) Subject: Typo fix X-Git-Tag: v2.6b2~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8ea605c204d1b8edb602d864e0dac2274fe4e7be;p=python Typo fix --- diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst index fcc2b5cd32..5432aa104b 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