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/bdb.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/bdb.rst')
-rw-r--r-- | Doc/library/bdb.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/bdb.rst b/Doc/library/bdb.rst index 4ce5c9b..52f0ca7 100644 --- a/Doc/library/bdb.rst +++ b/Doc/library/bdb.rst @@ -132,8 +132,8 @@ The :mod:`bdb` module also defines two classes: frame is considered to originate in a certain module is determined by the ``__name__`` in the frame globals. - .. versionadded:: 3.1 - The *skip* argument. + .. versionchanged:: 3.1 + Added the *skip* parameter. The following methods of :class:`Bdb` normally don't need to be overridden. |