Skip to content

Commit f98bc57

Browse files
committed
Remove a reference that's not in CPython docs yet.
1 parent 460c430 commit f98bc57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c-api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The C API is divided into three sections:
99
underscore is also considered private.
1010
2. The public C API, available when ``Python.h`` is included normally.
1111
Ideally declared in ``Include/cpython/``.
12-
3. The Limited API, available with :c:macro:`Py_LIMITED_API` defined.
12+
3. The Limited API, available with ``Py_LIMITED_API`` defined.
1313
Ideally declared directly under ``Include/``.
1414

1515
Each section has higher stability & maintenance requirements, and you will

0 commit comments

Comments
 (0)