diff options
author | Erlend E. Aasland <erlend@python.org> | 2024-01-22 21:40:26 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-22 21:40:26 (GMT) |
commit | 1d7bddd9612bcbaaedbc837e2936de773e855411 (patch) | |
tree | 4bde76b36e36cfd15ae372775a7a5ed2866d1b2c /Doc/library/xml.sax.utils.rst | |
parent | 665b8f365efc4e0063f764e20d3cad13635232f3 (diff) | |
download | cpython-1d7bddd9612bcbaaedbc837e2936de773e855411.zip cpython-1d7bddd9612bcbaaedbc837e2936de773e855411.tar.gz cpython-1d7bddd9612bcbaaedbc837e2936de773e855411.tar.bz2 |
Docs: align usage of versionadded/versionchanged with recommended practice (#114409)
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
Diffstat (limited to 'Doc/library/xml.sax.utils.rst')
-rw-r--r-- | Doc/library/xml.sax.utils.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/xml.sax.utils.rst b/Doc/library/xml.sax.utils.rst index e57e76d..3a524c9 100644 --- a/Doc/library/xml.sax.utils.rst +++ b/Doc/library/xml.sax.utils.rst @@ -71,8 +71,8 @@ or as base classes. content: if ``False`` (the default) they are emitted as a pair of start/end tags, if set to ``True`` they are emitted as a single self-closed tag. - .. versionadded:: 3.2 - The *short_empty_elements* parameter. + .. versionchanged:: 3.2 + Added the *short_empty_elements* parameter. .. class:: XMLFilterBase(base) |