[Python-checkins] cpython: Fix typo in subprocess documentation. (original) (raw)

ronald.oussoren python-checkins at python.org
Wed Mar 16 15:03:18 CET 2011


http://hg.python.org/cpython/rev/e33e45cc4ea8 changeset: 68597:e33e45cc4ea8 parent: 68595:71b182134853 user: Ronald Oussoren <ronaldoussoren at mac.com> date: Wed Mar 16 10:03:10 2011 -0400 summary: Fix typo in subprocess documentation.

files: Doc/library/subprocess.rst

diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst --- a/Doc/library/subprocess.rst +++ b/Doc/library/subprocess.rst @@ -387,7 +387,7 @@ :func:call and :meth:Popen.communicate will raise :exc:TimeoutExpired if the timeout expires before the process exits.

-Exceptions defined in this module all inherit from :ext:SubprocessError. +Exceptions defined in this module all inherit from :exc:SubprocessError.

.. versionadded:: 3.3
   The :exc:`SubprocessError` base class was added.

-- Repository URL: http://hg.python.org/cpython



More information about the Python-checkins mailing list