From: Irit Katriel Date: Sat, 20 Feb 2021 04:22:37 +0000 (+0000) Subject: Fix typo in dis module doc (GH-24509) X-Git-Tag: v3.10.0a6~54 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=292f23186c6573bc1c3fa4f6e91116e8ee444cf4;p=thirdparty%2FPython%2Fcpython.git Fix typo in dis module doc (GH-24509) --- diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index f3b25383c53d..dad836997c0a 100644 --- a/Doc/library/dis.rst +++ b/Doc/library/dis.rst @@ -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