From aae49ec595d5217f291d54e18cf6922af4fc8164 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Sat, 6 Jul 2024 20:13:57 +0200 Subject: [3.13] [docs] fix a Sphinx directive in `c-api/object.rst` (GH-121430) (#121440) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [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> --- Doc/c-api/object.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/c-api/object.rst b/Doc/c-api/object.rst index 8eeac3f..2103a64 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 -- cgit v0.12