From 36f66e2733c93c641bf4240698824712b19b388c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Delfino?= Date: Fri, 8 Jun 2018 16:52:27 -0300 Subject: [PATCH] Fix indendation level of versionchanged directive --- Doc/library/configparser.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Doc/library/configparser.rst b/Doc/library/configparser.rst index c9109ebec21d1e..1e5f25f3691919 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)