Skip to content

Commit dc5e3a9

Browse files
tomasr8reidenong
authored andcommitted
Fix a typo in STORE_SLICE docs (python#143500)
1 parent 97d6e8d commit dc5e3a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/dis.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ not have to be) the original ``STACK[-2]``.
768768
end = STACK.pop()
769769
start = STACK.pop()
770770
container = STACK.pop()
771-
values = STACK.pop()
771+
value = STACK.pop()
772772
container[start:end] = value
773773

774774
.. versionadded:: 3.12

0 commit comments

Comments
 (0)