Skip to content

Commit 207e35e

Browse files
committed
Fix typo
1 parent 57e891e commit 207e35e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Misc/NEWS.d/next/Core_and_Builtins/2024-10-25-15-56-14.gh-issue-125837.KlCdgD.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ Adds :opcode:`LOAD_INT` and :opcode:`LOAD_CONST_IMMORTAL` instructions.
22
``LOAD_INT`` pushes a small integer equal to the ``oparg`` to the stack.
33
``LOAD_CONST_IMMORTAL`` does the same as ``LOAD_CONST`` but is more
44
efficient for immortal objects.
5-
Removes ``RETRUN_CONST`` instruction.
5+
Removes ``RETURN_CONST`` instruction.

0 commit comments

Comments
 (0)