mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Issue #15818: Typo in docs.
This commit is contained in:
parent
95fe1a793f
commit
64c25b4282
1 changed files with 1 additions and 1 deletions
|
@ -443,7 +443,7 @@ The :mod:`multiprocessing` package mostly replicates the API of the
|
|||
cause other processes to deadlock.
|
||||
|
||||
Note that the :meth:`start`, :meth:`join`, :meth:`is_alive`,
|
||||
:meth:`terminate` and :attr:`exit_code` methods should only be called by
|
||||
:meth:`terminate` and :attr:`exitcode` methods should only be called by
|
||||
the process that created the process object.
|
||||
|
||||
Example usage of some of the methods of :class:`Process`:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue