summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2011-04-27 16:14:04 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2011-04-27 16:14:04 (GMT)
commit2356659f343523336724860263fdc41d74590b42 (patch)
tree0b280d700fce32af2589a59a1f6ea80d55ab4834
parent29050d7317f8ea312bcfb9967a307428ce28fc84 (diff)
parent43ae619925cbcee7b59c3c370829a053fef40acb (diff)
downloadcpython-2356659f343523336724860263fdc41d74590b42.zip
cpython-2356659f343523336724860263fdc41d74590b42.tar.gz
cpython-2356659f343523336724860263fdc41d74590b42.tar.bz2
Merged trailing whitespace fix.
-rw-r--r--Doc/library/configparser.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/configparser.rst b/Doc/library/configparser.rst
index fbc593b..49e348f 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,