Fixed trailing whitespace in the ReST file.

This commit is contained in:
Łukasz Langa 2011-04-27 18:13:42 +02:00
parent daab1c8092
commit 43ae619925

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,