summaryrefslogtreecommitdiffstats
path: root/Doc/library/io.rst
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-02-19 01:05:32 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-02-19 01:05:32 (GMT)
commit2c2dc37e589cd7070d58258d626543a5ce3a474b (patch)
tree028192a15a5a02298f0a6aba4a4084e2ee9368a4 /Doc/library/io.rst
parentcc12e1b651ad5b96beaac1bedda38121f04d61cc (diff)
downloadcpython-2c2dc37e589cd7070d58258d626543a5ce3a474b.zip
cpython-2c2dc37e589cd7070d58258d626543a5ce3a474b.tar.gz
cpython-2c2dc37e589cd7070d58258d626543a5ce3a474b.tar.bz2
lower case
Diffstat (limited to 'Doc/library/io.rst')
-rw-r--r--Doc/library/io.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/io.rst b/Doc/library/io.rst
index 2684b27..c3ebe9a 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`.