no-issue: Fix typo of "thrid" instead of "third" in dis docs (gh-95510)

This commit is contained in:
Alex Hedges 2022-08-01 11:06:43 -04:00 committed by GitHub
parent de388c0a7b
commit d965d1995e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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