mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
SET_LINE_NO ==> SET_LINENO
Reported by Corran Webster <cwebster@math.tamu.edu>.
This commit is contained in:
parent
0e6444c709
commit
338da93734
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue