]> granicus.if.org Git - python/commitdiff
Fixed trailing whitespace in the ReST file.
authorŁukasz Langa <lukasz@langa.pl>
Wed, 27 Apr 2011 16:13:42 +0000 (18:13 +0200)
committerŁukasz Langa <lukasz@langa.pl>
Wed, 27 Apr 2011 16:13:42 +0000 (18:13 +0200)
Doc/library/configparser.rst

index fbc593b92e7b731e7a0dd057d3b2d7095ddce18f..49e348f82bcffcb91fde4247db02fb5901227b75 100644 (file)
@@ -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,