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.
Doc/c-api/code.rst
1 parent 2a1c9bd commit d74a963Copy full SHA for d74a963
Doc/c-api/code.rst
@@ -289,7 +289,7 @@ may change without deprecation warnings.
289
290
.. c:function:: Py_ssize_t PyUnstable_Eval_RequestCodeExtraIndex(freefunc free)
291
292
- Return a new an opaque index value used to adding data to code objects.
+ Return a new opaque index value used to adding data to code objects.
293
294
You generally call this function once (per interpreter) and use the result
295
with ``PyCode_GetExtra`` and ``PyCode_SetExtra`` to manipulate
0 commit comments