mirror of https://github.com/python/cpython
fix typo in dis.rst (#121612)
This commit is contained in:
parent
26de1b245e
commit
e9287ea426
|
@ -1555,7 +1555,7 @@ iterations of the loop.
|
||||||
|
|
||||||
end = STACK.pop()
|
end = STACK.pop()
|
||||||
start = STACK.pop()
|
start = STACK.pop()
|
||||||
STACK.append(slice(start, stop))
|
STACK.append(slice(start, end))
|
||||||
|
|
||||||
if it is 3, implements::
|
if it is 3, implements::
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue