Skip to content

Commit 1552433

Browse files
F18-Maverickmiss-islington
authored andcommitted
Fix typo in Doc/c-api/code.rst (pythonGH-140586)
(cherry picked from commit d74a963) Co-authored-by: RayXu <[email protected]>
1 parent 01cab86 commit 1552433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/code.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ may change without deprecation warnings.
285285
286286
.. c:function:: Py_ssize_t PyUnstable_Eval_RequestCodeExtraIndex(freefunc free)
287287
288-
Return a new an opaque index value used to adding data to code objects.
288+
Return a new opaque index value used to adding data to code objects.
289289
290290
You generally call this function once (per interpreter) and use the result
291291
with ``PyCode_GetExtra`` and ``PyCode_SetExtra`` to manipulate

0 commit comments

Comments
 (0)