From: Richard Oudkerk Date: Mon, 24 Jun 2013 14:42:00 +0000 (+0100) Subject: Issue #15818: Typo in docs. X-Git-Tag: v3.4.0a1~405^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=64c25b4282219a1589275bf884b3cb6ffbed14c7;p=python Issue #15818: Typo in docs. --- diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst index 20f7491c67..90619717b2 100644 --- a/Doc/library/multiprocessing.rst +++ b/Doc/library/multiprocessing.rst @@ -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`: