]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] Fix versionadded directive rendering in c-api/arg.rst (GH-135199) (#135207)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 6 Jun 2025 12:30:33 +0000 (14:30 +0200)
committerGitHub <noreply@github.com>
Fri, 6 Jun 2025 12:30:33 +0000 (12:30 +0000)
Fix versionadded directive rendering in c-api/arg.rst (GH-135199)
(cherry picked from commit 39859fcac5c8335ca9c1bddc5945a7d3e934aebc)

Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
Doc/c-api/arg.rst

index 3bbc990b6329c0df2f0570a488f2810def8c839f..49dbc8d71cce621291d908200dd8e7e02941e9d5 100644 (file)
@@ -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]