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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8ea605c204d1b8edb602d864e0dac2274fe4e7be;p=thirdparty%2FPython%2Fcpython.git Typo fix --- diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst index fcc2b5cd32b8..5432aa104b8a 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