From: Andrés Delfino Date: Sat, 9 Jun 2018 00:20:05 +0000 (-0300) Subject: Fix indendation level of versionchanged directive in configparser.items() doc (GH... X-Git-Tag: v3.8.0a1~1611 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4acc140f8d2c905197362d0ffec545a412ab32a7;p=python Fix indendation level of versionchanged directive in configparser.items() doc (GH-7543) --- diff --git a/Doc/library/configparser.rst b/Doc/library/configparser.rst index c9109ebec2..1e5f25f369 100644 --- a/Doc/library/configparser.rst +++ b/Doc/library/configparser.rst @@ -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)