mirror of
https://github.com/python/cpython.git
synced 2025-09-28 19:25:27 +00:00
Fix typo in subprocess documentation.
This commit is contained in:
parent
4d5fe33a70
commit
c1577902c6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
:func:`call` and :meth:`Popen.communicate` will raise :exc:`TimeoutExpired` if
|
||||||
the timeout expires before the process exits.
|
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
|
.. versionadded:: 3.3
|
||||||
The :exc:`SubprocessError` base class was added.
|
The :exc:`SubprocessError` base class was added.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue