From 0f7b1992158dbb2d602556318d64d1166f10f4b8 Mon Sep 17 00:00:00 2001 From: F18-Maverick Date: Sat, 25 Oct 2025 22:54:57 +0800 Subject: [PATCH] fix a grammatical error in ./Doc/c-api/code.rst, a new an opaque -> a new opaque --- Doc/c-api/code.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/c-api/code.rst b/Doc/c-api/code.rst index 717b0da8f87c7f..c9741b61254b19 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