From: Benjamin Peterson Date: Fri, 19 Feb 2010 01:05:32 +0000 (+0000) Subject: lower case X-Git-Tag: v3.2a1~1681 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2c2dc37e589cd7070d58258d626543a5ce3a474b;p=thirdparty%2FPython%2Fcpython.git lower case --- diff --git a/Doc/library/io.rst b/Doc/library/io.rst index 2684b27245af..c3ebe9af003f 100644 --- a/Doc/library/io.rst +++ b/Doc/library/io.rst @@ -43,7 +43,7 @@ Argument names are not part of the specification, and only the arguments of .. 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`.