]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix documentation of dis.opmap direction.
authorGeorg Brandl <georg@python.org>
Sun, 17 Oct 2010 11:29:07 +0000 (11:29 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 17 Oct 2010 11:29:07 +0000 (11:29 +0000)
Doc/library/dis.rst

index 8e57dd4823918e75f2e28b1c8ed869dba2a459f5..b6f1d9f1a91c2bb2db5b88e9f8435e5ea1bb1701 100644 (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