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 01f9c51 commit df86b18Copy full SHA for df86b18
Doc/c-api/code.rst
@@ -285,7 +285,7 @@ may change without deprecation warnings.
285
286
.. c:function:: Py_ssize_t PyUnstable_Eval_RequestCodeExtraIndex(freefunc free)
287
288
- 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.
289
290
You generally call this function once (per interpreter) and use the result
291
with ``PyCode_GetExtra`` and ``PyCode_SetExtra`` to manipulate
0 commit comments