mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Fix missing word.
This commit is contained in:
parent
31802d093f
commit
11abfe640f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
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.
|
||||
|
||||
On Unix, the return value is the exit status of the process encoded in the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue