Skip to content

Commit 45bb912

Browse files
authored
Fewer rather than Less
1 parent 8ea45f3 commit 45bb912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/io.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ I/O Base Classes
570570
Read and return up to *size* bytes. If the argument is omitted, ``None``,
571571
or negative read as much as possible.
572572

573-
Less bytes may be returned than requested. An empty :class:`bytes` object
573+
Fewer bytes may be returned than requested. An empty :class:`bytes` object
574574
is returned if the stream is already at EOF. More than one read may be
575575
made and calls may be retried if specific errors are encountered, see
576576
:meth:`os.read` and :pep:`475` for more details. Less than size bytes

0 commit comments

Comments
 (0)