Issue #15818: Typo in docs.
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 @@
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`: