Commit 2356659f authored by Łukasz Langa's avatar Łukasz Langa

Merged trailing whitespace fix.

parents 29050d73 43ae6199
...@@ -982,10 +982,10 @@ ConfigParser Objects ...@@ -982,10 +982,10 @@ ConfigParser Objects
*source*; the default is ``'<???>'``. *source*; the default is ``'<???>'``.
.. versionadded:: 3.2 .. versionadded:: 3.2
Replaces :meth:`readfp`. Replaces :meth:`readfp`.
.. note:: .. note::
Prior to Python 3.2, :meth:`readfp` consumed lines from the file-like Prior to Python 3.2, :meth:`readfp` consumed lines from the file-like
argument by calling its :meth:`~file.readline` method. For existing code argument by calling its :meth:`~file.readline` method. For existing code
calling :meth:`readfp` with arguments which don't support iteration, calling :meth:`readfp` with arguments which don't support iteration,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment