Fix documentation of dis.opmap direction.

This commit is contained in:
Georg Brandl 2010-10-17 11:29:07 +00:00
parent c16e8f17ac
commit 2379877246

View file

@ -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