Skip to content

Commit 47ff800

Browse files
committed
Correct macro name
1 parent fec46db commit 47ff800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/stable.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ When both are defined, ``Python.h`` may, or may not, redefine
185185

186186
On a :term:`free-threaded build` -- that is, when
187187
:c:macro:`Py_GIL_DISABLED` is defined -- :c:macro:`!Py_TARGET_ABI3T`
188-
defaults to the value of :c:macro:`!Py_TARGET_ABI3T`.
188+
defaults to the value of :c:macro:`!Py_LIMITED_API`.
189189
This means that there are two ways to build for both ``abi3`` and ``abi3t``:
190190

191191
- define both :c:macro:`!Py_LIMITED_API` and :c:macro:`!Py_TARGET_ABI3T`, or

0 commit comments

Comments
 (0)