]> granicus.if.org Git - python/commitdiff
Fixed typo.
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Sun, 15 Feb 2009 09:19:48 +0000 (09:19 +0000)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Sun, 15 Feb 2009 09:19:48 +0000 (09:19 +0000)
Doc/library/io.rst

index 49faee27f6f3abba86888d8e93a5108cb4cd1d6a..204b204366e1e60eb830e2efb35ee789866fb3cb 100644 (file)
@@ -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