summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2011-04-27 16:13:42 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2011-04-27 16:13:42 (GMT)
commit43ae619925cbcee7b59c3c370829a053fef40acb (patch)
tree1c4d910d2cf14635f567683cfc2a00474b7cde43 /Doc/library
parentdaab1c80928108a3b2ddf19c0245fe15af1b1fd3 (diff)
downloadcpython-43ae619925cbcee7b59c3c370829a053fef40acb.zip
cpython-43ae619925cbcee7b59c3c370829a053fef40acb.tar.gz
cpython-43ae619925cbcee7b59c3c370829a053fef40acb.tar.bz2
Fixed trailing whitespace in the ReST file.
Diffstat (limited to 'Doc/library')
-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,