SET_LINE_NO ==> SET_LINENO

Reported by Corran Webster <cwebster@math.tamu.edu>.
This commit is contained in:
Fred Drake 1999-05-17 20:57:07 +00:00
parent 0e6444c709
commit 338da93734
1 changed files with 1 additions and 1 deletions

View File

@ -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}