Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d965d19

Browse files
authored
no-issue: Fix typo of "thrid" instead of "third" in dis docs (gh-95510)
1 parent de388c0 commit d965d19

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
@@ -449,7 +449,7 @@ result back on the stack.
449449
**Binary and in-place operations**
450450

451451
In the following, TOS is the top-of-stack.
452-
TOS1, TOS2, TOS3 are the second, thrid and fourth items on the stack, respectively.
452+
TOS1, TOS2, TOS3 are the second, third and fourth items on the stack, respectively.
453453

454454
Binary operations remove the top two items from the stack (TOS and TOS1).
455455
They perform the operation, then put the result back on the stack.

0 commit comments

Comments
 (0)