Skip to content

Commit 2119f78

Browse files
committed
tweak readall, hopefully passes
1 parent b87870b commit 2119f78

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
@@ -571,7 +571,7 @@ I/O Base Classes
571571
Read and return up to *size* bytes. If the argument is omitted, ``None``,
572572
or negative read as much as possible.
573573

574-
The default implementation will use :py:func:`raw.readall` if available (
574+
The default implementation will use ``raw.readall`` if available (
575575
which should implement :meth:`RawIOBase.readall`),
576576
otherwise will read in a loop until read returns ``None``, a size-zero
577577
``bytes``, or a non-retryable error. For most streams this is to EOF, but

0 commit comments

Comments
 (0)