From: Lysandros Nikolaou Date: Fri, 17 May 2024 16:10:21 +0000 (-0400) Subject: gh-112066: Fix versionadded in PyDict_SetDefaultRef docs (#118696) X-Git-Tag: v3.14.0a1~1887 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=447edb6e987d22c91f6dfad043f3472ce07bdfc0;p=thirdparty%2FPython%2Fcpython.git gh-112066: Fix versionadded in PyDict_SetDefaultRef docs (#118696) --- diff --git a/Doc/c-api/dict.rst b/Doc/c-api/dict.rst index 03f3d28187bf..49a78583a6fe 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