]> 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:46:34 +0000 (20:46 -0800)
committerGitHub <noreply@github.com>
Sat, 20 Feb 2021 04:46:34 +0000 (20:46 -0800)
(cherry picked from commit 292f23186c6573bc1c3fa4f6e91116e8ee444cf4)

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

index c1e72d1d1633b514ee706587b8a58bb523213a2e..08730c4d993517500678a8a5f38791d3b39dccfb 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