Fix typo in dis module doc (GH-24509)

This commit is contained in:
Irit Katriel 2021-02-20 04:22:37 +00:00 committed by GitHub
parent b30fcba3a8
commit 292f23186c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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