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

Skip to content

Commit 8d95102

Browse files
[3.13] fix typo in dis.rst (GH-121612) (#123095)
fix typo in dis.rst (GH-121612) (cherry picked from commit e9287ea) Co-authored-by: mathysEthical <[email protected]>
1 parent 2620c15 commit 8d95102

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

15861586
end = STACK.pop()
15871587
start = STACK.pop()
1588-
STACK.append(slice(start, stop))
1588+
STACK.append(slice(start, end))
15891589

15901590
if it is 3, implements::
15911591

0 commit comments

Comments
 (0)