mirror of
https://github.com/python/cpython.git
synced 2026-01-26 12:55:08 +00:00
Fix a typo in STORE_SLICE docs (#143500)
This commit is contained in:
parent
bfc3d8d77f
commit
228d95582e
@ -768,7 +768,7 @@ not have to be) the original ``STACK[-2]``.
|
||||
end = STACK.pop()
|
||||
start = STACK.pop()
|
||||
container = STACK.pop()
|
||||
values = STACK.pop()
|
||||
value = STACK.pop()
|
||||
container[start:end] = value
|
||||
|
||||
.. versionadded:: 3.12
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user