Skip to content

Commit c637402

Browse files
committed
fix doc lint around raw.readinto
1 parent 7c4ef7e commit c637402

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
@@ -592,7 +592,7 @@ I/O Base Classes
592592

593593
.. method:: read1(size=-1, /)
594594

595-
Read and return up to *size* bytes, calilng :meth:`~raw.readinto`,
595+
Read and return up to *size* bytes, calilng ``raw.readinto``,
596596
retrying if :py:const:`~errno.EINTR` is encountered per :pep:`475`. If
597597
*size* is ``-1`` or not provided, the implementation will choose an
598598
arbitrary value for *size*.

0 commit comments

Comments
 (0)