From e7d8cea8d3161bbd6c5235180d3e284656d441e2 Mon Sep 17 00:00:00 2001 From: Lysandros Nikolaou Date: Tue, 7 May 2024 12:34:54 +0200 Subject: [PATCH] gh-112066: Fix versionadded in PyDict_SetDefaultRef docs --- Doc/c-api/dict.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/c-api/dict.rst b/Doc/c-api/dict.rst index 03f3d28187bfe9..49a78583a6fe26 100644 --- a/Doc/c-api/dict.rst +++ b/Doc/c-api/dict.rst @@ -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