Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a50d6ec commit 4c3f797Copy full SHA for 4c3f797
1 file changed
Doc/lib/libdis.tex
@@ -146,7 +146,7 @@ \subsection{Python Byte Code Instructions}
146
Implements \code{TOS = +TOS}.
147
\end{opcodedesc}
148
149
-\begin{opcodedesc}{UNARY_NEG}{}
+\begin{opcodedesc}{UNARY_NEGATIVE}{}
150
Implements \code{TOS = -TOS}.
151
152
@@ -595,7 +595,7 @@ \subsection{Python Byte Code Instructions}
595
Prefixes any opcode which has an argument too big to fit into the
596
default two bytes. \var{ext} holds two additional bytes which, taken
597
together with the subsequent opcode's argument, comprise a four-byte
598
-argument, \var {ext} being the two most-significant bytes.
+argument, \var{ext} being the two most-significant bytes.
599
600
601
\begin{opcodedesc}{CALL_FUNCTION_VAR}{argc}
0 commit comments