diff options
author | Fred Drake <fdrake@acm.org> | 2006-05-03 02:29:09 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2006-05-03 02:29:09 (GMT) |
commit | 5f1cca0a1d25f790067462fdbe35c5753ee69116 (patch) | |
tree | 53f1fc6032d3ab896ce80d28b5dc4215dc95ce47 /Doc | |
parent | 2de7a35e9a9b775737d1944482e5502fc4b072ad (diff) | |
download | cpython-5f1cca0a1d25f790067462fdbe35c5753ee69116.zip cpython-5f1cca0a1d25f790067462fdbe35c5753ee69116.tar.gz cpython-5f1cca0a1d25f790067462fdbe35c5753ee69116.tar.bz2 |
one more place to avoid extra markup (how many will there be?)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libdis.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libdis.tex b/Doc/lib/libdis.tex index 67691b7..560cc27 100644 --- a/Doc/lib/libdis.tex +++ b/Doc/lib/libdis.tex @@ -55,7 +55,7 @@ was provided. The output is divided in the following columns: \begin{enumerate} \item the line number, for the first instruction of each line \item the current instruction, indicated as \samp{-->}, -\item a labelled instruction, indicated with \samp{>\code{>}}, +\item a labelled instruction, indicated with \samp{>>}, \item the address of the instruction, \item the operation code name, \item operation parameters, and |