[Python-checkins] r69633 - python/trunk/Doc/library/io.rst

hirokazu.yamamoto python-checkins at python.org
Sun Feb 15 10:19:48 CET 2009


Author: hirokazu.yamamoto
Date: Sun Feb 15 10:19:48 2009
New Revision: 69633

Log:
Fixed typo.

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

Modified: python/trunk/Doc/library/io.rst
==============================================================================
--- python/trunk/Doc/library/io.rst	(original)
+++ python/trunk/Doc/library/io.rst	Sun Feb 15 10:19:48 2009
@@ -633,7 +633,7 @@
 
 .. 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


More information about the Python-checkins mailing list