Skip to content

Commit c368fd6

Browse files
committed
Fix docs
1 parent ef75829 commit c368fd6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
Fix an issue where :meth:`~BufferedIOBase.close` would think the I/O object was
2-
open and call :meth:`~BufferedIOBase.flush` but flush would error that the
3-
file was already closed by making the two functions use the same logic.
1+
Fix an issue where the :class:`BufferedIOBase` implementation of
2+
:meth:`~IOBase.close` would think the I/O object was open and call
3+
:meth:`~IOBase.flush` which would error that the file was already closed by
4+
making the two implementations use the same logic.

0 commit comments

Comments
 (0)