[Python-checkins] cpython (merge 3.2 -> default): #11952: merge with 3.2.

ezio.melotti python-checkins at python.org
Fri Apr 29 06:13:28 CEST 2011


http://hg.python.org/cpython/rev/8eb794bbb967
changeset:   69682:8eb794bbb967
parent:      69678:10f547214895
parent:      69681:56c187b81d2b
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Fri Apr 29 07:13:12 2011 +0300
summary:
  #11952: merge with 3.2.

files:
  Doc/library/multiprocessing.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst
--- a/Doc/library/multiprocessing.rst
+++ b/Doc/library/multiprocessing.rst
@@ -26,7 +26,7 @@
 
 .. 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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list