mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Change "\," to just "," in function signatures. This is easier to maintain,
works better with LaTeX2HTML, and allows some simplification of the python.sty macros.
This commit is contained in:
parent
c9a4438c16
commit
cce1090d49
129 changed files with 705 additions and 703 deletions
|
|
@ -49,7 +49,7 @@ traceback if none was passed. The instruction causing the exception
|
|||
is indicated.
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{disassemble}{code\optional{\, lasti}}
|
||||
\begin{funcdesc}{disassemble}{code\optional{, lasti}}
|
||||
Disassembles a code object, indicating the last instruction if \var{lasti}
|
||||
was provided. The output is divided in the following columns:
|
||||
\begin{itemize}
|
||||
|
|
@ -65,7 +65,7 @@ variable names, constant values, branch targets, and compare
|
|||
operators.
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{disco}{code\optional{\, lasti}}
|
||||
\begin{funcdesc}{disco}{code\optional{, lasti}}
|
||||
A synonym for disassemble. It is more convenient to type, and kept
|
||||
for compatibility with earlier Python releases.
|
||||
\end{funcdesc}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue