mirror of
https://github.com/python/cpython.git
synced 2025-09-30 12:21:51 +00:00
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:
parent
f9d1bf2de0
commit
216cb1469f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue