We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 460c430 commit f98bc57Copy full SHA for f98bc57
c-api.rst
@@ -9,7 +9,7 @@ The C API is divided into three sections:
9
underscore is also considered private.
10
2. The public C API, available when ``Python.h`` is included normally.
11
Ideally declared in ``Include/cpython/``.
12
-3. The Limited API, available with :c:macro:`Py_LIMITED_API` defined.
+3. The Limited API, available with ``Py_LIMITED_API`` defined.
13
Ideally declared directly under ``Include/``.
14
15
Each section has higher stability & maintenance requirements, and you will
0 commit comments