Thanks to visit codestin.com Credit goes to github.com
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 fc5db95 commit c3e070fCopy full SHA for c3e070f
1 file changed
Doc/library/typing.rst
@@ -774,9 +774,9 @@ The module defines the following classes, functions and decorators:
774
775
Wrapper namespace for I/O stream types.
776
777
- This defines the generic type ``IO[AnyStr]`` and aliases ``TextIO``
778
- and ``BinaryIO`` for respectively ``IO[str]`` and ``IO[bytes]``.
779
- These represent the types of I/O streams such as returned by
+ This defines the generic type ``IO[AnyStr]`` and subclasses ``TextIO``
+ and ``BinaryIO``, deriving from ``IO[str]`` and ``IO[bytes]``,
+ respectively. These represent the types of I/O streams such as returned by
780
:func:`open`.
781
782
These types are also accessible directly as ``typing.IO``,
0 commit comments