From: Ezio Melotti Date: Fri, 29 Apr 2011 04:10:24 +0000 (+0300) Subject: #11952: Fix typo in multiprocessing doc. X-Git-Tag: v3.2.1b1~55^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2ee88355fc37a32ba5c4b4e5e2e25f52a1d86912;p=thirdparty%2FPython%2Fcpython.git #11952: Fix typo in multiprocessing doc. --- diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst index 24f7185aa180..cb20a5c75c35 100644 --- a/Doc/library/multiprocessing.rst +++ b/Doc/library/multiprocessing.rst @@ -26,7 +26,7 @@ Windows. .. note:: - Functionality within this package requires that the ``__main__`` method be + Functionality within this package requires that the ``__main__`` module be importable by the children. This is covered in :ref:`multiprocessing-programming` however it is worth pointing out here. This means that some examples, such as the :class:`multiprocessing.Pool` examples will not work in the