Skip to content

Commit e196d3d

Browse files
committed
Tweak comment to be clearer
1 parent d3ecdba commit e196d3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/test/test_fileio.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -460,8 +460,8 @@ def count_similarname(name):
460460
f.close()
461461
""",
462462
# GH-122111: read_text uses BufferedIO which requires looking up
463-
# position in file. `read_bytes` disables that buffering, checked
464-
# next and avoid these calls.
463+
# position in file. `read_bytes` disables that buffering and avoids
464+
# these calls which is tested the `pathlib read_bytes` case.
465465
extra_checks=[
466466
("ioctl", 1),
467467
("seek", 1)

0 commit comments

Comments
 (0)