Commit 4acc140f authored by Andrés Delfino's avatar Andrés Delfino Committed by Mariatta

Fix indendation level of versionchanged directive in configparser.items() doc (GH-7543)

parent bcb032e4
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment