mirror of
https://github.com/python/cpython.git
synced 2026-01-06 23:42:34 +00:00
Fix documentation of dis.opmap direction.
This commit is contained in:
parent
c16e8f17ac
commit
2379877246
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ The :mod:`dis` module defines the following functions and constants:
|
|||
|
||||
.. data:: opmap
|
||||
|
||||
Dictionary mapping bytecodes to operation names.
|
||||
Dictionary mapping operation names to bytecodes.
|
||||
|
||||
|
||||
.. data:: cmp_op
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue