mirror of https://github.com/python/cpython
#11952: Fix typo in multiprocessing doc.
This commit is contained in:
parent
e3bdcf4ffd
commit
2ee88355fc
|
@ -26,7 +26,7 @@ Windows.
|
||||||
|
|
||||||
.. note::
|
.. 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`
|
importable by the children. This is covered in :ref:`multiprocessing-programming`
|
||||||
however it is worth pointing out here. This means that some examples, such
|
however it is worth pointing out here. This means that some examples, such
|
||||||
as the :class:`multiprocessing.Pool` examples will not work in the
|
as the :class:`multiprocessing.Pool` examples will not work in the
|
||||||
|
|
Loading…
Reference in New Issue