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

Skip to content

Commit 64c25b4

Browse files
committed
Issue #15818: Typo in docs.
1 parent 95fe1a7 commit 64c25b4

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
@@ -443,7 +443,7 @@ The :mod:`multiprocessing` package mostly replicates the API of the
443443
cause other processes to deadlock.
444444

445445
Note that the :meth:`start`, :meth:`join`, :meth:`is_alive`,
446-
:meth:`terminate` and :attr:`exit_code` methods should only be called by
446+
:meth:`terminate` and :attr:`exitcode` methods should only be called by
447447
the process that created the process object.
448448

449449
Example usage of some of the methods of :class:`Process`:

0 commit comments

Comments
 (0)