[Python-checkins] cpython (3.1): #11952: Fix typo in multiprocessing doc.
ezio.melotti
python-checkins at python.org
Fri Apr 29 06:13:25 CEST 2011
http://hg.python.org/cpython/rev/1d3c5df88589
changeset: 69680:1d3c5df88589
branch: 3.1
parent: 69660:7c307fd57021
user: Ezio Melotti <ezio.melotti at gmail.com>
date: Fri Apr 29 07:10:24 2011 +0300
summary:
#11952: Fix typo in multiprocessing doc.
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