fix typo in dis.rst (#121612)

This commit is contained in:
mathysEthical 2024-08-17 10:50:58 +02:00 committed by GitHub
parent 26de1b245e
commit e9287ea426
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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::