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 ec7f023 commit 11b754dCopy full SHA for 11b754d
Doc/library/io.rst
@@ -580,7 +580,7 @@ I/O Base Classes
580
When reading as much as possible the default implementation will use
581
``raw.readall`` if available (which should implement
582
:meth:`RawIOBase.readall`), otherwise will read in a loop until read
583
- returns ``None``, a size-zero :clss:`bytes`, or a non-retryable error. For
+ returns ``None``, a size-zero :class:`bytes`, or a non-retryable error. For
584
most streams this is to EOF, but for non-blocking streams more data may
585
become available.
586
0 commit comments