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 483549a commit 2170fabCopy full SHA for 2170fab
Doc/library/io.rst
@@ -894,9 +894,10 @@ Text I/O
894
895
.. attribute:: buffer
896
897
- The underlying binary buffer (a :class:`BufferedIOBase` instance) that
898
- :class:`TextIOBase` deals with. This is not part of the
899
- :class:`TextIOBase` API and may not exist in some implementations.
+ 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()
903
0 commit comments