Skip to content

Commit 4acc140

Browse files
andresdelfinoMariatta
authored andcommitted
Fix indendation level of versionchanged directive in configparser.items() doc (GH-7543)
1 parent bcb032e commit 4acc140

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Doc/library/configparser.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1091,10 +1091,10 @@ ConfigParser Objects
10911091
given *section*. Optional arguments have the same meaning as for the
10921092
:meth:`get` method.
10931093

1094-
.. versionchanged:: 3.8
1095-
Items present in *vars* no longer appear in the result. The previous
1096-
behaviour mixed actual parser options with variables provided for
1097-
interpolation.
1094+
.. versionchanged:: 3.8
1095+
Items present in *vars* no longer appear in the result. The previous
1096+
behaviour mixed actual parser options with variables provided for
1097+
interpolation.
10981098

10991099

11001100
.. method:: set(section, option, value)

0 commit comments

Comments
 (0)