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 ebeb07f commit e014076Copy full SHA for e014076
1 file changed
Doc/library/typing.rst
@@ -2875,8 +2875,8 @@ ABCs and Protocols for working with I/O
2875
---------------------------------------
2876
2877
.. class:: IO[AnyStr]
2878
- TextIO[AnyStr]
2879
- BinaryIO[AnyStr]
+ TextIO
+ BinaryIO
2880
2881
Generic class ``IO[AnyStr]`` and its subclasses ``TextIO(IO[str])``
2882
and ``BinaryIO(IO[bytes])``
0 commit comments