mirror of
https://github.com/python/cpython.git
synced 2024-12-04 07:15:09 +08:00
SET_LINE_NO ==> SET_LINENO
Reported by Corran Webster <cwebster@math.tamu.edu>.
This commit is contained in:
parent
0e6444c709
commit
338da93734
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user