From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sat, 6 Jul 2024 18:13:57 +0000 (+0200) Subject: [3.13] [docs] fix a Sphinx directive in `c-api/object.rst` (GH-121430) (#121440) X-Git-Tag: v3.13.0b4~113 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aae49ec595d5217f291d54e18cf6922af4fc8164;p=thirdparty%2FPython%2Fcpython.git [3.13] [docs] fix a Sphinx directive in `c-api/object.rst` (GH-121430) (#121440) [docs] fix a Sphinx directive in `c-api/object.rst` (GH-121430) (cherry picked from commit ada964fba06c0d142b8746d140817ea151314d33) Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com> --- diff --git a/Doc/c-api/object.rst b/Doc/c-api/object.rst index 8eeac3fc8a1e..2103a64d8ffb 100644 --- a/Doc/c-api/object.rst +++ b/Doc/c-api/object.rst @@ -52,6 +52,7 @@ Object Protocol The reference is borrowed from the interpreter, and is valid until the interpreter finalization. + .. versionadded:: 3.13