summaryrefslogtreecommitdiffstats
path: root/Doc/library/io.rst
diff options
context:
space:
mode:
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2009-02-15 09:19:48 (GMT)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2009-02-15 09:19:48 (GMT)
commit5b8c701eef1b34fb5cdf3b1ecb4fefd927df2fae (patch)
tree57d3249de30d190104d3cdd8bda08575c4ec8209 /Doc/library/io.rst
parentf3715d2fc72e191c58c76e1eba92f6bc0a5a0e9d (diff)
downloadcpython-5b8c701eef1b34fb5cdf3b1ecb4fefd927df2fae.zip
cpython-5b8c701eef1b34fb5cdf3b1ecb4fefd927df2fae.tar.gz
cpython-5b8c701eef1b34fb5cdf3b1ecb4fefd927df2fae.tar.bz2
Fixed typo.
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 49faee2..204b204 100644
--- a/Doc/library/io.rst
+++ b/Doc/library/io.rst
@@ -633,7 +633,7 @@ Text I/O
.. class:: StringIO([initial_value[, encoding[, errors[, newline]]]])
- An in-memory stream for text. It in inherits :class:`TextIOWrapper`.
+ An in-memory stream for text. It inherits :class:`TextIOWrapper`.
Create a new StringIO stream with an inital value, encoding, error handling,
and newline setting. See :class:`TextIOWrapper`\'s constructor for more