mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
fix typo in dis.rst (#121612)
This commit is contained in:
parent
26de1b245e
commit
e9287ea426
1 changed files with 1 additions and 1 deletions
|
@ -1555,7 +1555,7 @@ iterations of the loop.
|
|||
|
||||
end = STACK.pop()
|
||||
start = STACK.pop()
|
||||
STACK.append(slice(start, stop))
|
||||
STACK.append(slice(start, end))
|
||||
|
||||
if it is 3, implements::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue