From: Hirokazu Yamamoto Date: Sun, 15 Feb 2009 09:19:48 +0000 (+0000) Subject: Fixed typo. X-Git-Tag: v2.7a1~2019 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b8c701eef1b34fb5cdf3b1ecb4fefd927df2fae;p=thirdparty%2FPython%2Fcpython.git Fixed typo. --- diff --git a/Doc/library/io.rst b/Doc/library/io.rst index 49faee27f6f3..204b204366e1 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