]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix versionadded directive rendering in c-api/arg.rst (#135199)
authorRafael Fontenelle <rffontenelle@users.noreply.github.com>
Fri, 6 Jun 2025 12:23:07 +0000 (09:23 -0300)
committerGitHub <noreply@github.com>
Fri, 6 Jun 2025 12:23:07 +0000 (14:23 +0200)
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]