Fix typo in subprocess documentation.

This commit is contained in:
Ronald Oussoren 2011-03-16 10:03:10 -04:00
parent 4d5fe33a70
commit c1577902c6

View file

@ -387,7 +387,7 @@ All of the functions and methods that accept a *timeout* parameter, such as
: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.