#11952: Fix typo in multiprocessing doc.

This commit is contained in:
Ezio Melotti 2011-04-29 07:10:24 +03:00
parent 9d68ad862a
commit 6940e61225

View 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