From 63c54e819ec58235f266b0a33f90f484f8694eca Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Wed, 26 Oct 2011 21:34:26 +1000 Subject: [PATCH] Issue #13237: fix typo --- Doc/library/subprocess.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst index 7269768c6a..ee46d72841 100644 --- a/Doc/library/subprocess.rst +++ b/Doc/library/subprocess.rst @@ -376,7 +376,7 @@ Unlike some other popen functions, this implementation will never call a system shell implicitly. This means that all characters, including shell metacharacters, can safely be passed to child processes. Obviously, if the shell is invoked explicitly, then it is the application's responsibility to -all that all whitespace and metacharacters are quoted appropriately. +ensure that all whitespace and metacharacters are quoted appropriately. Popen Objects -- 2.50.1