https://github.com/python/cpython/commit/daf11fca038d7918c219d33ee6727ed0a563415f
commit: daf11fca038d7918c219d33ee6727ed0a563415f
branch: 3.14
author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com>
committer: vstinner <vstin...@python.org>
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 <rffontene...@users.noreply.github.com>

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 -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: arch...@mail-archive.com

Reply via email to