]> 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 24f7185aa1800caa3512a40eb6250b5f081c8a23..cb20a5c75c3512e83bcbe3f94fb44ad0bfaa8299 100644 (file)
@@ -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