Skip to content

Commit e9287ea

Browse files
fix typo in dis.rst (#121612)
1 parent 26de1b2 commit e9287ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/dis.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1555,7 +1555,7 @@ iterations of the loop.
15551555

15561556
end = STACK.pop()
15571557
start = STACK.pop()
1558-
STACK.append(slice(start, stop))
1558+
STACK.append(slice(start, end))
15591559

15601560
if it is 3, implements::
15611561

0 commit comments

Comments
 (0)