From 237987724602194fc0ee8b6e362a96e6ed6c0185 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 17 Oct 2010 11:29:07 +0000 Subject: Fix documentation of dis.opmap direction. --- Doc/library/dis.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12