Fix typo in dis module doc (GH-24509)

(cherry picked from commit 292f23186c)

Co-authored-by: Irit Katriel <iritkatriel@yahoo.com>
This commit is contained in:
Miss Islington (bot) 2021-02-19 20:46:34 -08:00 committed by GitHub
parent f9d1bf2de0
commit 216cb1469f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -346,7 +346,7 @@ The Python compiler currently generates the following bytecode instructions.
.. opcode:: ROT_FOUR .. 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. to position four.
.. versionadded:: 3.8 .. versionadded:: 3.8