#11952: merge with 3.2.

This commit is contained in:
Ezio Melotti 2011-04-29 07:13:12 +03:00
commit 025691a5fe
1 changed files with 1 additions and 1 deletions

View 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