Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4c3f797

Browse files
committed
UNARY_NEG is supposed to be UNARY_NEGATIVE (spotted by Charles Waldman
<[email protected]>). Fix minor problem with EXTENDED_ARG description markup..
1 parent a50d6ec commit 4c3f797

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/lib/libdis.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ \subsection{Python Byte Code Instructions}
146146
Implements \code{TOS = +TOS}.
147147
\end{opcodedesc}
148148

149-
\begin{opcodedesc}{UNARY_NEG}{}
149+
\begin{opcodedesc}{UNARY_NEGATIVE}{}
150150
Implements \code{TOS = -TOS}.
151151
\end{opcodedesc}
152152

@@ -595,7 +595,7 @@ \subsection{Python Byte Code Instructions}
595595
Prefixes any opcode which has an argument too big to fit into the
596596
default two bytes. \var{ext} holds two additional bytes which, taken
597597
together with the subsequent opcode's argument, comprise a four-byte
598-
argument, \var {ext} being the two most-significant bytes.
598+
argument, \var{ext} being the two most-significant bytes.
599599
\end{opcodedesc}
600600

601601
\begin{opcodedesc}{CALL_FUNCTION_VAR}{argc}

0 commit comments

Comments
 (0)