]> granicus.if.org Git - python/commitdiff
Fix indendation level of versionchanged directive in configparser.items() doc (GH...
authorAndrés Delfino <adelfino@gmail.com>
Sat, 9 Jun 2018 00:20:05 +0000 (21:20 -0300)
committerMariatta <Mariatta@users.noreply.github.com>
Sat, 9 Jun 2018 00:20:05 +0000 (17:20 -0700)
Doc/library/configparser.rst

index c9109ebec21d1e72b7292e77482fae5a8df51848..1e5f25f3691919dc7593d1b6a829ae36789c06b3 100644 (file)
@@ -1091,10 +1091,10 @@ ConfigParser Objects
       given *section*.  Optional arguments have the same meaning as for the
       :meth:`get` method.
 
-   .. versionchanged:: 3.8
-      Items present in *vars* no longer appear in the result.  The previous
-      behaviour mixed actual parser options with variables provided for
-      interpolation.
+      .. versionchanged:: 3.8
+         Items present in *vars* no longer appear in the result.  The previous
+         behaviour mixed actual parser options with variables provided for
+         interpolation.
 
 
    .. method:: set(section, option, value)