Skip to content

Commit 98bc865

Browse files
committed
fixup: correct commment
1 parent ec39a61 commit 98bc865

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Lib/test/test_io/test_textio.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1565,8 +1565,7 @@ def closed(self):
15651565
wrapper.close() # should not crash
15661566

15671567
def test_reentrant_detach_during_flush(self):
1568-
# gh-143008: Reentrant detach() during flush should raise RuntimeError
1569-
# instead of crashing.
1568+
# gh-143008: Reentrant detach() during flush should not crash.
15701569
wrapper = None
15711570
wrapper_ref = lambda: None
15721571

0 commit comments

Comments
 (0)