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 ca72c19 commit 3b5975eCopy full SHA for 3b5975e
Doc/library/typing.rst
@@ -2818,7 +2818,7 @@ ABCs and Protocols for working with I/O
2818
:func:`open`. Please note that these classes are not protocols, and
2819
their interface is fairly broad.
2820
2821
-The protocols :class:`.io.Reader` and :class:`.io.Writer` offer a simpler
+The protocols :class:`io.Reader` and :class:`io.Writer` offer a simpler
2822
alternative for argument types, when only the ``read()`` or ``write()``
2823
methods are accessed, respectively::
2824
0 commit comments