Skip to content

Commit 3b401db

Browse files
authored
Update freethreading-stable-abi.rst
1 parent ccdedb0 commit 3b401db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/howto/freethreading-stable-abi.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Identifying the Free-Threaded Limited API Build in C
1515
====================================================
1616

1717
Define :c:macro:`!Py_TARGET_ABI3T` to the lowest Python version your extension supports,
18-
either in the form of :c:macro:`Py_PACK_VERSION(3.15)` or its direct hex value (such as ``0x30f0000`` for 3.15).
18+
either in the form of ``Py_PACK_VERSION(3.15)`` or its direct hex value (such as ``0x30f0000`` for 3.15).
1919
You can use it to enable code that only runs under the free-threaded build::
2020

2121
#ifdef Py_TARGET_ABI3T

0 commit comments

Comments
 (0)