From 5b8c701eef1b34fb5cdf3b1ecb4fefd927df2fae Mon Sep 17 00:00:00 2001 From: Hirokazu Yamamoto Date: Sun, 15 Feb 2009 09:19:48 +0000 Subject: Fixed typo. --- Doc/library/io.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12