]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-112066: Fix versionadded in PyDict_SetDefaultRef docs (GH-118696) (#119430)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 22 May 2024 19:36:35 +0000 (21:36 +0200)
committerGitHub <noreply@github.com>
Wed, 22 May 2024 19:36:35 +0000 (15:36 -0400)
(cherry picked from commit 447edb6e987d22c91f6dfad043f3472ce07bdfc0)

Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
Doc/c-api/dict.rst

index 03f3d28187bfe9aafb5a9b016a8a643313e67c7b..49a78583a6fe26512872c8687b03411e02cde95d 100644 (file)
@@ -191,6 +191,7 @@ Dictionary Objects
    to both *default_value* and *\*result* (if it's not ``NULL``).
    These may refer to the same object: in that case you hold two separate
    references to it.
+
    .. versionadded:: 3.13