We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ea45f3 commit 45bb912Copy full SHA for 45bb912
Doc/library/io.rst
@@ -570,7 +570,7 @@ I/O Base Classes
570
Read and return up to *size* bytes. If the argument is omitted, ``None``,
571
or negative read as much as possible.
572
573
- Less bytes may be returned than requested. An empty :class:`bytes` object
+ Fewer bytes may be returned than requested. An empty :class:`bytes` object
574
is returned if the stream is already at EOF. More than one read may be
575
made and calls may be retried if specific errors are encountered, see
576
:meth:`os.read` and :pep:`475` for more details. Less than size bytes
0 commit comments