Skip to content

Commit df86b18

Browse files
[3.13] Fix typo in Doc/c-api/code.rst (GH-140586) (#140592)
Fix typo in `Doc/c-api/code.rst` (GH-140586) (cherry picked from commit d74a963) Co-authored-by: RayXu <[email protected]>
1 parent 01f9c51 commit df86b18

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)