mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fix indendation level of versionchanged directive in configparser.items() doc (GH-7543)
This commit is contained in:
parent
bcb032e4ac
commit
4acc140f8d
1 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue