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 1eddef8 commit fa1ac90Copy full SHA for fa1ac90
1 file changed
Doc/library/typing.rst
@@ -2869,8 +2869,8 @@ ABCs and Protocols for working with I/O
2869
---------------------------------------
2870
2871
.. class:: IO[AnyStr]
2872
- TextIO[AnyStr]
2873
- BinaryIO[AnyStr]
+ TextIO
+ BinaryIO
2874
2875
Generic class ``IO[AnyStr]`` and its subclasses ``TextIO(IO[str])``
2876
and ``BinaryIO(IO[bytes])``
0 commit comments