From: Georg Brandl Date: Sun, 18 Oct 2009 07:58:12 +0000 (+0000) Subject: Fix missing word. X-Git-Tag: v2.7a1~314 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=11abfe640fbfe37e7b5770ceebf21387e355951f;p=thirdparty%2FPython%2Fcpython.git Fix missing word. --- diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 432de126ffdc..c8e47fcd73ec 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -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