Merged trailing whitespace fix.

This commit is contained in:
Łukasz Langa 2011-04-27 18:14:04 +02:00
commit 2356659f34
1 changed files with 3 additions and 3 deletions

View File

@ -982,10 +982,10 @@ ConfigParser Objects
*source*; the default is ``'<???>'``.
.. versionadded:: 3.2
Replaces :meth:`readfp`.
Replaces :meth:`readfp`.
.. note::
Prior to Python 3.2, :meth:`readfp` consumed lines from the file-like
argument by calling its :meth:`~file.readline` method. For existing code
calling :meth:`readfp` with arguments which don't support iteration,