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 3c94412 commit 3c96755Copy full SHA for 3c96755
Doc/whatsnew/2.6.rst
@@ -1048,7 +1048,7 @@ the :mod:`io` module:
1048
* :class:`~io.RawIOBase` defines raw I/O operations: :meth:`~io.RawIOBase.read`,
1049
:meth:`~io.RawIOBase.readinto`, :meth:`~io.RawIOBase.write`,
1050
:meth:`~io.IOBase.seek`, :meth:`~io.IOBase.tell`, :meth:`~io.IOBase.truncate`,
1051
- and :meth:`~io.IOBase.close`.
+ and :meth:`~io.IOBase.close`.
1052
Most of the methods of this class will often map to a single system call.
1053
There are also :meth:`~io.IOBase.readable`, :meth:`~io.IOBase.writable`,
1054
and :meth:`~io.IOBase.seekable` methods for determining what operations a
0 commit comments