diff options
author | Fred Drake <fdrake@acm.org> | 2000-10-10 17:03:45 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-10-10 17:03:45 (GMT) |
commit | f8ca7d88c6c6ab1497cb7a6d383b16085a836670 (patch) | |
tree | f777220d74fedf57da54df60e8f1b2c90f214938 /Doc/lib/libdis.tex | |
parent | 2d34cd3ecfd3699d98086518bf4b47f851aa9363 (diff) | |
download | cpython-f8ca7d88c6c6ab1497cb7a6d383b16085a836670.zip cpython-f8ca7d88c6c6ab1497cb7a6d383b16085a836670.tar.gz cpython-f8ca7d88c6c6ab1497cb7a6d383b16085a836670.tar.bz2 |
Fixed lots of small nits caught by Ka-Ping Yee <ping@lfw.org>.
Diffstat (limited to 'Doc/lib/libdis.tex')
-rw-r--r-- | Doc/lib/libdis.tex | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Doc/lib/libdis.tex b/Doc/lib/libdis.tex index f31c9f4..2dd74bd 100644 --- a/Doc/lib/libdis.tex +++ b/Doc/lib/libdis.tex @@ -1,8 +1,9 @@ \section{\module{dis} --- - Disassembler.} -\declaremodule{standard}{dis} + Disassembler for Python byte code} -\modulesynopsis{Disassembler.} +\declaremodule{standard}{dis} +\modulesynopsis{Disassembler for Python byte code, as stored in code + objects and \file{.pyc}/\file{.pyo} files.} The \module{dis} module supports the analysis of Python byte code by |