]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in dis module doc (GH-24509)
authorIrit Katriel <iritkatriel@yahoo.com>
Sat, 20 Feb 2021 04:22:37 +0000 (04:22 +0000)
committerGitHub <noreply@github.com>
Sat, 20 Feb 2021 04:22:37 +0000 (09:52 +0530)
Doc/library/dis.rst

index f3b25383c53d1ed84a044df84ab422ebbaebceb3..dad836997c0af007efe5e202959b8ff4ed2f05a3 100644 (file)
@@ -346,7 +346,7 @@ The Python compiler currently generates the following bytecode instructions.
 
 .. opcode:: ROT_FOUR
 
-   Lifts second, third and forth stack items one position up, moves top down
+   Lifts second, third and fourth stack items one position up, moves top down
    to position four.
 
    .. versionadded:: 3.8