diff --git a/Misc/NEWS.d/next/Core_and_Builtins/2025-01-10-23-54-16.gh-issue-100239.ijOOUs.rst b/Misc/NEWS.d/next/Core_and_Builtins/2025-01-10-23-54-16.gh-issue-100239.ijOOUs.rst index f255ed2b0eb4c6..f58c1fc767515e 100644 --- a/Misc/NEWS.d/next/Core_and_Builtins/2025-01-10-23-54-16.gh-issue-100239.ijOOUs.rst +++ b/Misc/NEWS.d/next/Core_and_Builtins/2025-01-10-23-54-16.gh-issue-100239.ijOOUs.rst @@ -1,2 +1,2 @@ -Add opcode `BINARY_OP_EXTEND` which executes a pair of functions (guard and +Add opcode ``BINARY_OP_EXTEND`` which executes a pair of functions (guard and specialization functions) accessed from the inline cache.