mirror of
https://github.com/python/cpython.git
synced 2025-09-28 11:15:17 +00:00
[3.12] fix typo in dis.rst (GH-121612) (#123096)
fix typo in dis.rst (GH-121612)
(cherry picked from commit e9287ea426
)
Co-authored-by: mathysEthical <110499907+mathysEthical@users.noreply.github.com>
This commit is contained in:
parent
28f37700bc
commit
b9667e8243
1 changed files with 1 additions and 1 deletions
|
@ -1462,7 +1462,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…
Add table
Add a link
Reference in a new issue