Skip to content

Commit 3b5975e

Browse files
srittauAA-Turner
andauthored
Fix references in docs
Co-authored-by: Adam Turner <[email protected]>
1 parent ca72c19 commit 3b5975e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/typing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2818,7 +2818,7 @@ ABCs and Protocols for working with I/O
28182818
:func:`open`. Please note that these classes are not protocols, and
28192819
their interface is fairly broad.
28202820

2821-
The protocols :class:`.io.Reader` and :class:`.io.Writer` offer a simpler
2821+
The protocols :class:`io.Reader` and :class:`io.Writer` offer a simpler
28222822
alternative for argument types, when only the ``read()`` or ``write()``
28232823
methods are accessed, respectively::
28242824

0 commit comments

Comments
 (0)