]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in `Doc/c-api/code.rst` (#140586)
authorRayXu <140802139+F18-Maverick@users.noreply.github.com>
Sat, 25 Oct 2025 15:34:45 +0000 (23:34 +0800)
committerGitHub <noreply@github.com>
Sat, 25 Oct 2025 15:34:45 +0000 (17:34 +0200)
Doc/c-api/code.rst

index 717b0da8f87c7f70f0cfa70f3896077891ab6405..c9741b61254b1908a8151d04789d3aa84f60bea2 100644 (file)
@@ -289,7 +289,7 @@ may change without deprecation warnings.
 
 .. 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
    with ``PyCode_GetExtra`` and ``PyCode_SetExtra`` to manipulate