Skip to content

Commit 18edee8

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

c-api.rst

Lines changed: 2 additions & 2 deletions
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
@@ -92,7 +92,7 @@ Limited API
9292

9393
The Limited API is a subset of the C API designed to guarantee ABI
9494
stability across Python 3 versions.
95-
Defining the macro :c:macro:`Py_LIMITED_API` will limit the exposed API to
95+
Defining the macro ``Py_LIMITED_API`` will limit the exposed API to
9696
this subset.
9797

9898
No changes that break the Stable ABI are allowed.

0 commit comments

Comments
 (0)