[Python-checkins] cpython (merge 3.2 -> default): Merged trailing whitespace fix.

lukasz.langa python-checkins at python.org
Wed Apr 27 18:14:39 CEST 2011


http://hg.python.org/cpython/rev/6ba0c3ee34af
changeset:   69634:6ba0c3ee34af
parent:      69632:9da06f771a57
parent:      69633:ace8e8a0e3dc
user:        Łukasz Langa <lukasz at langa.pl>
date:        Wed Apr 27 18:14:04 2011 +0200
summary:
  Merged trailing whitespace fix.

files:
  Doc/library/configparser.rst |  6 +++---
  1 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/Doc/library/configparser.rst b/Doc/library/configparser.rst
--- a/Doc/library/configparser.rst
+++ b/Doc/library/configparser.rst
@@ -982,10 +982,10 @@
       *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,

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list