Commit 5b8c701e authored by Hirokazu Yamamoto's avatar Hirokazu Yamamoto

Fixed typo.

parent f3715d2f
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment