Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2ee8835

Browse files
committed
#11952: Fix typo in multiprocessing doc.
1 parent e3bdcf4 commit 2ee8835

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/multiprocessing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Windows.
2626

2727
.. note::
2828

29-
Functionality within this package requires that the ``__main__`` method be
29+
Functionality within this package requires that the ``__main__`` module be
3030
importable by the children. This is covered in :ref:`multiprocessing-programming`
3131
however it is worth pointing out here. This means that some examples, such
3232
as the :class:`multiprocessing.Pool` examples will not work in the

0 commit comments

Comments
 (0)