Issue #13237: fix typo
This commit is contained in:
parent
65ad31a8f8
commit
63c54e819e
|
@ -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
|
system shell implicitly. This means that all characters, including shell
|
||||||
metacharacters, can safely be passed to child processes. Obviously, if the
|
metacharacters, can safely be passed to child processes. Obviously, if the
|
||||||
shell is invoked explicitly, then it is the application's responsibility to
|
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
|
Popen Objects
|
||||||
|
|
Loading…
Reference in New Issue