File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ The CLI supports the following options:
189
189
190
190
.. option :: --limited
191
191
192
- Use the :ref: `Limited API <limited-c-api >` to parse arguments in the generated C code.
192
+ Use the :ref: `Limited API <python: limited-c-api >` to parse arguments in the generated C code.
193
193
See :ref: `clinic-howto-limited-capi `.
194
194
195
195
.. option :: FILE ...
@@ -1911,7 +1911,7 @@ How to use the Limited C API
1911
1911
1912
1912
If Argument Clinic :term: `input ` is located within a C source file
1913
1913
that contains ``#define Py_LIMITED_API ``, Argument Clinic will generate C code
1914
- that uses the :ref: `Limited API <limited-c-api >` to parse arguments. The
1914
+ that uses the :ref: `Limited API <python: limited-c-api >` to parse arguments. The
1915
1915
advantage of this is that the generated code will not use private functions.
1916
1916
However, this *can * result in Argument Clinic generating less efficient code
1917
1917
in some cases. The extent of the performance penalty will depend
You can’t perform that action at this time.
0 commit comments