Skip to content

Commit 11b754d

Browse files
committed
clss -> class
1 parent ec7f023 commit 11b754d

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
@@ -580,7 +580,7 @@ I/O Base Classes
580580
When reading as much as possible the default implementation will use
581581
``raw.readall`` if available (which should implement
582582
: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
583+
returns ``None``, a size-zero :class:`bytes`, or a non-retryable error. For
584584
most streams this is to EOF, but for non-blocking streams more data may
585585
become available.
586586

0 commit comments

Comments
 (0)