Fix versionadded directive rendering in c-api/arg.rst (#135199)

This commit is contained in:
Rafael Fontenelle 2025-06-06 09:23:07 -03:00 committed by GitHub
parent 82415acf62
commit 39859fcac5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View 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]