]> granicus.if.org Git - python/commitdiff
Issue #15818: Typo in docs.
authorRichard Oudkerk <shibturn@gmail.com>
Mon, 24 Jun 2013 14:42:00 +0000 (15:42 +0100)
committerRichard Oudkerk <shibturn@gmail.com>
Mon, 24 Jun 2013 14:42:00 +0000 (15:42 +0100)
Doc/library/multiprocessing.rst

index 20f7491c67a86a09ebc48837b035204baba38309..90619717b2581d4774e224266e5c680f65438a8e 100644 (file)
@@ -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`: