Skip to content

Commit 678ebbb

Browse files
committed
Fixed whitespace
1 parent fbb5bea commit 678ebbb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/io.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -894,9 +894,9 @@ Text I/O
894894

895895
.. attribute:: buffer
896896

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
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
900900
in some implementations.
901901

902902
.. method:: detach()

0 commit comments

Comments
 (0)