]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in subprocess documentation.
authorRonald Oussoren <ronaldoussoren@mac.com>
Wed, 16 Mar 2011 14:03:10 +0000 (10:03 -0400)
committerRonald Oussoren <ronaldoussoren@mac.com>
Wed, 16 Mar 2011 14:03:10 +0000 (10:03 -0400)
Doc/library/subprocess.rst

index 6ea3c10dfc0b9ce747a5b3d178ddfde79ce37d43..4a12b762275c8e44bee322f28f718cf00ff9c610 100644 (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.