From: Ɓukasz Langa Date: Wed, 27 Apr 2011 16:13:42 +0000 (+0200) Subject: Fixed trailing whitespace in the ReST file. X-Git-Tag: v3.2.1b1~68 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=43ae619925cbcee7b59c3c370829a053fef40acb;p=thirdparty%2FPython%2Fcpython.git Fixed trailing whitespace in the ReST file. --- diff --git a/Doc/library/configparser.rst b/Doc/library/configparser.rst index fbc593b92e7b..49e348f82bcf 100644 --- a/Doc/library/configparser.rst +++ b/Doc/library/configparser.rst @@ -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,