From: Georg Brandl Date: Sun, 17 Oct 2010 11:29:07 +0000 (+0000) Subject: Fix documentation of dis.opmap direction. X-Git-Tag: v3.2a4~475 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=237987724602194fc0ee8b6e362a96e6ed6c0185;p=thirdparty%2FPython%2Fcpython.git Fix documentation of dis.opmap direction. --- diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index 8e57dd482391..b6f1d9f1a91c 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