]> granicus.if.org Git - python/commitdiff
#11952: Fix typo in multiprocessing doc.
authorEzio Melotti <ezio.melotti@gmail.com>
Fri, 29 Apr 2011 04:10:24 +0000 (07:10 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Fri, 29 Apr 2011 04:10:24 +0000 (07:10 +0300)
Doc/library/multiprocessing.rst

index 26d0b3d0e42b2a637b8186787f5a63c8bd32b56e..5a55e6f66ff4afc7235a60b49b14073967e5b556 100644 (file)
@@ -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