]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in dis module doc (GH-24509)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 20 Feb 2021 04:31:18 +0000 (20:31 -0800)
committerGitHub <noreply@github.com>
Sat, 20 Feb 2021 04:31:18 +0000 (20:31 -0800)
(cherry picked from commit 292f23186c6573bc1c3fa4f6e91116e8ee444cf4)

Co-authored-by: Irit Katriel <iritkatriel@yahoo.com>
Doc/library/dis.rst

index 015be2029502a5e580e00983687f326f4b613fc3..f282415cc33d4863032d1f0b476cde947be8930f 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