Skip to content

Commit aadcade

Browse files
Update Doc/c-api/intro.rst
Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent bc735a6 commit aadcade

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/c-api/intro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ complete listing.
336336
information was lost.
337337

338338
On release builds of Python, this is roughly equivalent to
339-
:c:expr:`(smaller) value` (in C++, ``static_cast<smaller>(value)`` will be
339+
``(smaller) value`` (in C++, ``static_cast<smaller>(value)`` will be
340340
used instead).
341341

342342
On debug builds (implying that :c:macro:`Py_DEBUG` is defined), this asserts

0 commit comments

Comments
 (0)