Skip to content

Commit 3c96755

Browse files
committed
Fix Unexpected indentation Warning
Hopefully also resolve Block quote ends without a blank line; unexpected unindent.
1 parent 3c94412 commit 3c96755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/2.6.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1048,7 +1048,7 @@ the :mod:`io` module:
10481048
* :class:`~io.RawIOBase` defines raw I/O operations: :meth:`~io.RawIOBase.read`,
10491049
:meth:`~io.RawIOBase.readinto`, :meth:`~io.RawIOBase.write`,
10501050
:meth:`~io.IOBase.seek`, :meth:`~io.IOBase.tell`, :meth:`~io.IOBase.truncate`,
1051-
and :meth:`~io.IOBase.close`.
1051+
and :meth:`~io.IOBase.close`.
10521052
Most of the methods of this class will often map to a single system call.
10531053
There are also :meth:`~io.IOBase.readable`, :meth:`~io.IOBase.writable`,
10541054
and :meth:`~io.IOBase.seekable` methods for determining what operations a

0 commit comments

Comments
 (0)