Kaydet (Commit) 11abfe64 authored tarafından Georg Brandl's avatar Georg Brandl

Fix missing word.

üst 31802d09
...@@ -1837,7 +1837,7 @@ written in Python, such as a mail server's external command delivery program. ...@@ -1837,7 +1837,7 @@ written in Python, such as a mail server's external command delivery program.
Execute the command (a string) in a subshell. This is implemented by calling Execute the command (a string) in a subshell. This is implemented by calling
the Standard C function :cfunc:`system`, and has the same limitations. the Standard C function :cfunc:`system`, and has the same limitations.
Changes :data:`sys.stdin`, etc. are not reflected in the environment of the Changes to :data:`sys.stdin`, etc. are not reflected in the environment of the
executed command. executed command.
On Unix, the return value is the exit status of the process encoded in the On Unix, the return value is the exit status of the process encoded in the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment