Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2379877

Browse files
committed
Fix documentation of dis.opmap direction.
1 parent c16e8f1 commit 2379877

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/dis.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ The :mod:`dis` module defines the following functions and constants:
115115

116116
.. data:: opmap
117117

118-
Dictionary mapping bytecodes to operation names.
118+
Dictionary mapping operation names to bytecodes.
119119

120120

121121
.. data:: cmp_op

0 commit comments

Comments
 (0)