https://github.com/python/cpython/commit/daf11fca038d7918c219d33ee6727ed0a563415f
commit: daf11fca038d7918c219d33ee6727ed0a563415f
branch: 3.14
author: Miss Islington (bot) <[email protected]>
committer: vstinner <[email protected]>
date: 2025-06-06T12:30:33Z
summary:

[3.14] Fix versionadded directive rendering in c-api/arg.rst (GH-135199) 
(#135207)

Fix versionadded directive rendering in c-api/arg.rst (GH-135199)
(cherry picked from commit 39859fcac5c8335ca9c1bddc5945a7d3e934aebc)

Co-authored-by: Rafael Fontenelle <[email protected]>

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

diff --git a/Doc/c-api/arg.rst b/Doc/c-api/arg.rst
index 3bbc990b6329c0..49dbc8d71cce62 100644
--- a/Doc/c-api/arg.rst
+++ b/Doc/c-api/arg.rst
@@ -685,6 +685,7 @@ Building values
 
    ``p`` (:class:`bool`) [int]
       Convert a C :c:expr:`int` to a Python :class:`bool` object.
+
       .. versionadded:: 3.14
 
    ``c`` (:class:`bytes` of length 1) [char]

_______________________________________________
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