diff options
Diffstat (limited to 'Doc/library/io.rst')
-rw-r--r-- | Doc/library/io.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/io.rst b/Doc/library/io.rst index 6743b27..3d28e63 100644 --- a/Doc/library/io.rst +++ b/Doc/library/io.rst @@ -661,7 +661,7 @@ Text I/O .. class:: TextIOBase - Base class for text streams. This class provides an unicode character + Base class for text streams. This class provides a unicode character and line based interface to stream I/O. There is no :meth:`readinto` method because Python's :class:`unicode` strings are immutable. It inherits :class:`IOBase`. There is no public constructor. |