]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
no-issue: Fix typo of "thrid" instead of "third" in dis docs (gh-95510)
authorAlex Hedges <aphedges@users.noreply.github.com>
Mon, 1 Aug 2022 15:06:43 +0000 (11:06 -0400)
committerGitHub <noreply@github.com>
Mon, 1 Aug 2022 15:06:43 +0000 (00:06 +0900)
Doc/library/dis.rst

index 85bd94b4eae94937aa8aac64da7107c02df12d17..68c3d1c0a4b24b0e0e0ca8ad1851f3ab47166774 100644 (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.