From 8ea605c204d1b8edb602d864e0dac2274fe4e7be Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Mon, 14 Jul 2008 01:18:16 +0000 Subject: [PATCH] Typo fix --- Doc/library/multiprocessing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst index fcc2b5cd32b..5432aa104b8 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