Skip to content

Commit fbbc382

Browse files
committed
tweak
1 parent 59bd2a1 commit fbbc382

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/io.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -584,8 +584,8 @@ I/O Base Classes
584584
most streams this is to EOF, but for non-blocking streams more data may
585585
become available.
586586

587-
The standard library :class:`io.BufferedReader` returns ``None`` if
588-
reading would block and no data is available. Other implementations may
587+
The standard library :class:`io.BufferedReader` returns ``None`` if the
588+
stream is non-blocking and no data is available. Other implementations may
589589
return ``None`` or raise :exc:`BlockingIOError`.
590590

591591
.. method:: read1(size=-1, /)

0 commit comments

Comments
 (0)