]> granicus.if.org Git - python/commitdiff
Fix missing word.
authorGeorg Brandl <georg@python.org>
Sun, 18 Oct 2009 07:58:12 +0000 (07:58 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 18 Oct 2009 07:58:12 +0000 (07:58 +0000)
Doc/library/os.rst

index 432de126ffdc68a05365ccfa058f379c4c3f827a..c8e47fcd73ec378dea85a141620303f85cdd83b4 100644 (file)
@@ -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