]> granicus.if.org Git - python/commitdiff
Typo fix
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 14 Jul 2008 01:18:16 +0000 (01:18 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 14 Jul 2008 01:18:16 +0000 (01:18 +0000)
Doc/library/multiprocessing.rst

index fcc2b5cd32b8ec67ccebef1c82ce021e886fa81b..5432aa104b8a5a1f34eff9a36be8b728c5f2cee2 100644 (file)
@@ -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