From 30b9d5d3af043fc2687ad11a188a34fe355e20ef Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Sat, 17 Aug 2013 15:50:46 +0300 Subject: =?UTF-8?q?#18705:=20fix=20a=20number=20of=20typos.=20=20Patch=20b?= =?UTF-8?q?y=20F=C3=A9vry=20Thibault.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Lib/subprocess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/subprocess.py') diff --git a/Lib/subprocess.py b/Lib/subprocess.py index 35086ac4df..376b50546b 100644 --- a/Lib/subprocess.py +++ b/Lib/subprocess.py @@ -185,7 +185,7 @@ 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 'child_traceback', which is a string containing traceback information -from the childs point of view. +from the child's point of view. The most common exception raised is OSError. This occurs, for example, when trying to execute a non-existent file. Applications -- cgit v1.2.1