https://github.com/python/cpython/commit/df86b18f7f6167da3ffc5d9a374ca2933a776db6
commit: df86b18f7f6167da3ffc5d9a374ca2933a776db6
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: picnixz <[email protected]>
date: 2025-10-25T15:43:00Z
summary:

[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 d74a96366df58b6e55d4a03612c3e67da2211ddd)

Co-authored-by: RayXu <[email protected]>

files:
M Doc/c-api/code.rst

diff --git a/Doc/c-api/code.rst b/Doc/c-api/code.rst
index f187cad4e63054..f38dd8060fcf60 100644
--- a/Doc/c-api/code.rst
+++ b/Doc/c-api/code.rst
@@ -285,7 +285,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

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to