Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 43ae619

Browse files
committed
Fixed trailing whitespace in the ReST file.
1 parent daab1c8 commit 43ae619

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/library/configparser.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -982,10 +982,10 @@ ConfigParser Objects
982982
*source*; the default is ``'<???>'``.
983983

984984
.. versionadded:: 3.2
985-
Replaces :meth:`readfp`.
986-
985+
Replaces :meth:`readfp`.
986+
987987
.. note::
988-
988+
989989
Prior to Python 3.2, :meth:`readfp` consumed lines from the file-like
990990
argument by calling its :meth:`~file.readline` method. For existing code
991991
calling :meth:`readfp` with arguments which don't support iteration,

0 commit comments

Comments
 (0)