mirror of
https://github.com/python/cpython.git
synced 2026-01-04 14:32:21 +00:00
no-issue: Fix typo of "thrid" instead of "third" in dis docs (gh-95510)
This commit is contained in:
parent
de388c0a7b
commit
d965d1995e
1 changed files with 1 additions and 1 deletions
|
|
@ -449,7 +449,7 @@ result back on the stack.
|
|||
**Binary and in-place operations**
|
||||
|
||||
In the following, TOS is the top-of-stack.
|
||||
TOS1, TOS2, TOS3 are the second, thrid and fourth items on the stack, respectively.
|
||||
TOS1, TOS2, TOS3 are the second, third and fourth items on the stack, respectively.
|
||||
|
||||
Binary operations remove the top two items from the stack (TOS and TOS1).
|
||||
They perform the operation, then put the result back on the stack.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue