[Python-checkins] r75484 - python/trunk/Doc/library/os.rst

georg.brandl python-checkins at python.org
Sun Oct 18 09:58:13 CEST 2009


Author: georg.brandl
Date: Sun Oct 18 09:58:12 2009
New Revision: 75484

Log:
Fix missing word.

Modified:
   python/trunk/Doc/library/os.rst

Modified: python/trunk/Doc/library/os.rst
==============================================================================
--- python/trunk/Doc/library/os.rst	(original)
+++ python/trunk/Doc/library/os.rst	Sun Oct 18 09:58:12 2009
@@ -1837,7 +1837,7 @@
 
    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


More information about the Python-checkins mailing list