From: Fred Drake Date: Mon, 17 May 1999 20:57:07 +0000 (+0000) Subject: SET_LINE_NO ==> SET_LINENO X-Git-Tag: v1.6a1~1343 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=338da937348554182c1f5a341550a2d5d560662b;p=thirdparty%2FPython%2Fcpython.git SET_LINE_NO ==> SET_LINENO Reported by Corran Webster . --- diff --git a/Doc/lib/libdis.tex b/Doc/lib/libdis.tex index 116225c1c96b..60c61ba3e64c 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}