diff options
author | Andrés Delfino <adelfino@gmail.com> | 2018-06-09 00:20:05 (GMT) |
---|---|---|
committer | Mariatta <Mariatta@users.noreply.github.com> | 2018-06-09 00:20:05 (GMT) |
commit | 4acc140f8d2c905197362d0ffec545a412ab32a7 (patch) | |
tree | 98339c11d6762c96321ee62aa45398cecb4d3805 /Doc | |
parent | bcb032e4acdebc043a7659a06e6037fe71020860 (diff) | |
download | cpython-4acc140f8d2c905197362d0ffec545a412ab32a7.zip cpython-4acc140f8d2c905197362d0ffec545a412ab32a7.tar.gz cpython-4acc140f8d2c905197362d0ffec545a412ab32a7.tar.bz2 |
Fix indendation level of versionchanged directive in configparser.items() doc (GH-7543)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/configparser.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/library/configparser.rst b/Doc/library/configparser.rst index c9109eb..1e5f25f 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) |