We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbb5bea commit 678ebbbCopy full SHA for 678ebbb
Doc/library/io.rst
@@ -894,9 +894,9 @@ Text I/O
894
895
.. attribute:: buffer
896
897
- The underlying binary buffer (a :class:`BufferedIOBase`
898
- or :class:`RawIOBase` instance) that :class:`TextIOBase` deals with.
899
- This is not part of the :class:`TextIOBase` API and may not exist
+ The underlying binary buffer (a :class:`BufferedIOBase`
+ or :class:`RawIOBase` instance) that :class:`TextIOBase` deals with.
+ This is not part of the :class:`TextIOBase` API and may not exist
900
in some implementations.
901
902
.. method:: detach()
0 commit comments