Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcb032e commit 4acc140Copy full SHA for 4acc140
1 file changed
Doc/library/configparser.rst
@@ -1091,10 +1091,10 @@ ConfigParser Objects
1091
given *section*. Optional arguments have the same meaning as for the
1092
:meth:`get` method.
1093
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.
+ .. 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.
1098
1099
1100
.. method:: set(section, option, value)
0 commit comments