From d965d1995ec3efbbf666c2e7fab02217744d08e7 Mon Sep 17 00:00:00 2001 From: Alex Hedges Date: Mon, 1 Aug 2022 11:06:43 -0400 Subject: no-issue: Fix typo of "thrid" instead of "third" in dis docs (gh-95510) --- Doc/library/dis.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index 85bd94b..68c3d1c 100644 --- a/Doc/library/dis.rst +++ b/Doc/library/dis.rst @@ -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. -- cgit v0.12