Skip to content

Commit db143ba

Browse files
committed
fix doc error
1 parent 091d5e2 commit db143ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1202,7 +1202,7 @@ Others
12021202
CPython Bytecode Changes
12031203
========================
12041204

1205-
* Replaced :opcode:`BINARY_SUBSCR` by :opcode:`BINARY_OP` with oparg ``NB_SUBSCR``.
1205+
* Replaced the opcode ``BINARY_SUBSCR`` by :opcode:`BINARY_OP` with oparg ``NB_SUBSCR``.
12061206
(Contributed by Irit Katriel in :gh:`100239`.)
12071207

12081208
Porting to Python 3.14

0 commit comments

Comments
 (0)