Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b9667e8

Browse files
[3.12] fix typo in dis.rst (GH-121612) (#123096)
fix typo in dis.rst (GH-121612) (cherry picked from commit e9287ea) Co-authored-by: mathysEthical <[email protected]>
1 parent 28f3770 commit b9667e8

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
@@ -1462,7 +1462,7 @@ iterations of the loop.
14621462

14631463
end = STACK.pop()
14641464
start = STACK.pop()
1465-
STACK.append(slice(start, stop))
1465+
STACK.append(slice(start, end))
14661466

14671467
if it is 3, implements::
14681468

0 commit comments

Comments
 (0)