[Python-checkins] cpython (3.3): Issue #15818: Typo in docs.
richard.oudkerk
python-checkins at python.org
Mon Jun 24 16:44:42 CEST 2013
http://hg.python.org/cpython/rev/3a5e2f1dce5c
changeset: 84311:3a5e2f1dce5c
branch: 3.3
parent: 84308:0f921e73433a
user: Richard Oudkerk <shibturn at gmail.com>
date: Mon Jun 24 15:42:00 2013 +0100
summary:
Issue #15818: Typo in docs.
files:
Doc/library/multiprocessing.rst | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst
--- 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`:
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list