summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-05-17 20:57:07 (GMT)
committerFred Drake <fdrake@acm.org>1999-05-17 20:57:07 (GMT)
commit338da937348554182c1f5a341550a2d5d560662b (patch)
treebf43e1d945c486db4bb292faec36dab5040292a6
parent0e6444c709b5b7dfa6a5beea12586a2f9c2a6a33 (diff)
downloadcpython-338da937348554182c1f5a341550a2d5d560662b.zip
cpython-338da937348554182c1f5a341550a2d5d560662b.tar.gz
cpython-338da937348554182c1f5a341550a2d5d560662b.tar.bz2
SET_LINE_NO ==> SET_LINENO
Reported by Corran Webster <cwebster@math.tamu.edu>.
-rw-r--r--Doc/lib/libdis.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libdis.tex b/Doc/lib/libdis.tex
index 116225c..60c61ba 100644
--- a/Doc/lib/libdis.tex
+++ b/Doc/lib/libdis.tex
@@ -480,7 +480,7 @@ Stores TOS into the local \code{co_varnames[\var{var_num}]}.
Deletes local \code{co_varnames[\var{var_num}]}.
\end{opcodedesc}
-\begin{opcodedesc}{SET_LINE_NO}{lineno}
+\begin{opcodedesc}{SET_LINENO}{lineno}
Sets the current line number to \var{lineno}.
\end{opcodedesc}