From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sat, 25 Oct 2025 15:41:04 +0000 (+0200) Subject: [3.14] Fix typo in `Doc/c-api/code.rst` (GH-140586) (#140591) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=62c9d4837863605e63d8beb59a5703dcc6a67d9b;p=thirdparty%2FPython%2Fcpython.git [3.14] Fix typo in `Doc/c-api/code.rst` (GH-140586) (#140591) Fix typo in `Doc/c-api/code.rst` (GH-140586) (cherry picked from commit d74a96366df58b6e55d4a03612c3e67da2211ddd) Co-authored-by: RayXu <140802139+F18-Maverick@users.noreply.github.com> --- diff --git a/Doc/c-api/code.rst b/Doc/c-api/code.rst index 717b0da8f87c..c9741b61254b 100644 --- a/Doc/c-api/code.rst +++ b/Doc/c-api/code.rst @@ -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