From 6940e61225d1f4c81832eae2764462d5bf44a3f9 Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Fri, 29 Apr 2011 07:10:24 +0300 Subject: [PATCH] #11952: Fix typo in multiprocessing doc. --- 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 26d0b3d0e4..5a55e6f66f 100644 --- a/Doc/library/multiprocessing.rst +++ b/Doc/library/multiprocessing.rst @@ -28,7 +28,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 -- 2.50.1