summaryrefslogtreecommitdiffstats
path: root/Doc/library/multiprocessing.rst
diff options
context:
space:
mode:
authorRichard Oudkerk <shibturn@gmail.com>2013-06-24 14:42:00 (GMT)
committerRichard Oudkerk <shibturn@gmail.com>2013-06-24 14:42:00 (GMT)
commit64c25b4282219a1589275bf884b3cb6ffbed14c7 (patch)
tree20852d4388dabb2bec5e5be79de8ae298be6c1bc /Doc/library/multiprocessing.rst
parent95fe1a793fd82e4df4ac33939dfc8d7028b5b870 (diff)
downloadcpython-64c25b4282219a1589275bf884b3cb6ffbed14c7.zip
cpython-64c25b4282219a1589275bf884b3cb6ffbed14c7.tar.gz
cpython-64c25b4282219a1589275bf884b3cb6ffbed14c7.tar.bz2
Issue #15818: Typo in docs.
Diffstat (limited to 'Doc/library/multiprocessing.rst')
-rw-r--r--Doc/library/multiprocessing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst
index 20f7491..9061971 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`: