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

Skip to content

Commit 71e7dbd

Browse files
committed
Issue #15818: Merge.
2 parents 35d0553 + 64c25b4 commit 71e7dbd

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)