Fixed typo.

This commit is contained in:
Hirokazu Yamamoto 2009-02-15 09:19:48 +00:00
parent f3715d2fc7
commit 5b8c701eef
1 changed files with 1 additions and 1 deletions

View 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