summaryrefslogtreecommitdiffstats
path: root/Doc/library/dis.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-10-17 11:29:07 (GMT)
committerGeorg Brandl <georg@python.org>2010-10-17 11:29:07 (GMT)
commit237987724602194fc0ee8b6e362a96e6ed6c0185 (patch)
tree23f34418f36faf00b257f1589e67762b86b17a8a /Doc/library/dis.rst
parentc16e8f17ac7dd3784d64c9034be230fb957de73d (diff)
downloadcpython-237987724602194fc0ee8b6e362a96e6ed6c0185.zip
cpython-237987724602194fc0ee8b6e362a96e6ed6c0185.tar.gz
cpython-237987724602194fc0ee8b6e362a96e6ed6c0185.tar.bz2
Fix documentation of dis.opmap direction.
Diffstat (limited to 'Doc/library/dis.rst')
-rw-r--r--Doc/library/dis.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst
index 8e57dd4..b6f1d9f 100644
--- a/Doc/library/dis.rst
+++ b/Doc/library/dis.rst
@@ -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