[Python-checkins] r78231 - python/branches/py3k/Doc/library/io.rst

benjamin.peterson python-checkins at python.org
Fri Feb 19 02:05:32 CET 2010


Author: benjamin.peterson
Date: Fri Feb 19 02:05:32 2010
New Revision: 78231

Log:
lower case

Modified:
   python/branches/py3k/Doc/library/io.rst

Modified: python/branches/py3k/Doc/library/io.rst
==============================================================================
--- python/branches/py3k/Doc/library/io.rst	(original)
+++ python/branches/py3k/Doc/library/io.rst	Fri Feb 19 02:05:32 2010
@@ -43,7 +43,7 @@
 
 .. seealso::
    :mod:`sys`
-       Contains the standard IO streams: :data:`sys.stdin`, :data:`sys.stdout`,
+       contains the standard IO streams: :data:`sys.stdin`, :data:`sys.stdout`,
        and :data:`sys.stderr`.
 
 


More information about the Python-checkins mailing list