mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Fix typo in Doc/c-api/code.rst (#140586)
This commit is contained in:
parent
2a1c9bd616
commit
d74a96366d
1 changed files with 1 additions and 1 deletions
|
|
@ -289,7 +289,7 @@ may change without deprecation warnings.
|
||||||
|
|
||||||
.. c:function:: Py_ssize_t PyUnstable_Eval_RequestCodeExtraIndex(freefunc free)
|
.. c:function:: Py_ssize_t PyUnstable_Eval_RequestCodeExtraIndex(freefunc free)
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
You generally call this function once (per interpreter) and use the result
|
You generally call this function once (per interpreter) and use the result
|
||||||
with ``PyCode_GetExtra`` and ``PyCode_SetExtra`` to manipulate
|
with ``PyCode_GetExtra`` and ``PyCode_SetExtra`` to manipulate
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue