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 b87870b commit 2119f78Copy full SHA for 2119f78
Doc/library/io.rst
@@ -571,7 +571,7 @@ I/O Base Classes
571
Read and return up to *size* bytes. If the argument is omitted, ``None``,
572
or negative read as much as possible.
573
574
- The default implementation will use :py:func:`raw.readall` if available (
+ The default implementation will use ``raw.readall`` if available (
575
which should implement :meth:`RawIOBase.readall`),
576
otherwise will read in a loop until read returns ``None``, a size-zero
577
``bytes``, or a non-retryable error. For most streams this is to EOF, but
0 commit comments