Skip to content

Commit 4bc6225

Browse files
committed
wordsmithing
1 parent ab8a8b3 commit 4bc6225

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2800,8 +2800,8 @@ Deprecated
28002800
CPython bytecode changes
28012801
========================
28022802

2803-
* Replaced the opcode :opcode:`!BINARY_SUBSCR` by :opcode:`BINARY_OP`
2804-
with oparg ``NB_SUBSCR``.
2803+
* Replaced the opcode :opcode:`!BINARY_SUBSCR` by the :opcode:`BINARY_OP`
2804+
opcode with the ``NB_SUBSCR`` oparg.
28052805
(Contributed by Irit Katriel in :gh:`100239`.)
28062806

28072807
* Add the :opcode:`BUILD_INTERPOLATION` & :opcode:`BUILD_TEMPLATE`

0 commit comments

Comments
 (0)