https://github.com/python/cpython/commit/ada964fba06c0d142b8746d140817ea151314d33
commit: ada964fba06c0d142b8746d140817ea151314d33
branch: main
author: Bénédikt Tran <[email protected]>
committer: vstinner <[email protected]>
date: 2024-07-06T19:57:26+02:00
summary:

[docs] fix a Sphinx directive in `c-api/object.rst` (#121430)

files:
M Doc/c-api/object.rst

diff --git a/Doc/c-api/object.rst b/Doc/c-api/object.rst
index 8eeac3fc8a1e58..2103a64d8ffbb7 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
 
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to