mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Fixed lots of small nits caught by Ka-Ping Yee <ping@lfw.org>.
This commit is contained in:
parent
2d34cd3ecf
commit
f8ca7d88c6
16 changed files with 40 additions and 38 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue