From: Georg Brandl Date: Thu, 26 Aug 2010 14:30:56 +0000 (+0000) Subject: #9681: typo. X-Git-Tag: v3.2a2~131 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=816756182e831cd51313085077b584ed150e00d7;p=python #9681: typo. --- diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst index f75858dc56..1904f57e4a 100644 --- a/Doc/library/subprocess.rst +++ b/Doc/library/subprocess.rst @@ -307,7 +307,7 @@ Exceptions Exceptions raised in the child process, before the new program has started to execute, will be re-raised in the parent. Additionally, the exception object will have one extra attribute called :attr:`child_traceback`, which is a string -containing traceback information from the childs point of view. +containing traceback information from the child's point of view. The most common exception raised is :exc:`OSError`. This occurs, for example, when trying to execute a non-existent file. Applications should prepare for