]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-112066: Fix versionadded in PyDict_SetDefaultRef docs (#118696)
authorLysandros Nikolaou <lisandrosnik@gmail.com>
Fri, 17 May 2024 16:10:21 +0000 (12:10 -0400)
committerGitHub <noreply@github.com>
Fri, 17 May 2024 16:10:21 +0000 (12:10 -0400)
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