summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2011-04-27 18:13:42 +0200
committerŁukasz Langa <lukasz@langa.pl>2011-04-27 18:13:42 +0200
commit43ae619925cbcee7b59c3c370829a053fef40acb (patch)
tree1c4d910d2cf14635f567683cfc2a00474b7cde43
parentdaab1c80928108a3b2ddf19c0245fe15af1b1fd3 (diff)
downloadcpython-git-43ae619925cbcee7b59c3c370829a053fef40acb.tar.gz
Fixed trailing whitespace in the ReST file.
-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 fbc593b92e..49e348f82b 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,