Skip to content

Commit a9200d3

Browse files
committed
try, try, try again
1 parent c368fd6 commit a9200d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

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

0 commit comments

Comments
 (0)