]> granicus.if.org Git - python/commitdiff
UNARY_NEG is supposed to be UNARY_NEGATIVE (spotted by Charles Waldman
authorFred Drake <fdrake@acm.org>
Thu, 31 Aug 2000 16:26:35 +0000 (16:26 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 31 Aug 2000 16:26:35 +0000 (16:26 +0000)
<cgw@fnal.gov>).

Fix minor problem with EXTENDED_ARG description markup..

Doc/lib/libdis.tex

index 593daca19e7d6bb46257ddf4c7999412a9e631d6..9d709ac4849adebc83bcbb9c13adcced810f1e76 100644 (file)
@@ -146,7 +146,7 @@ push the result back on the stack.
 Implements \code{TOS = +TOS}.
 \end{opcodedesc}
 
-\begin{opcodedesc}{UNARY_NEG}{}
+\begin{opcodedesc}{UNARY_NEGATIVE}{}
 Implements \code{TOS = -TOS}.
 \end{opcodedesc}
 
@@ -595,7 +595,7 @@ information.
 Prefixes any opcode which has an argument too big to fit into the
 default two bytes.  \var{ext} holds two additional bytes which, taken
 together with the subsequent opcode's argument, comprise a four-byte
-argument, \var {ext} being the two most-significant bytes.
+argument, \var{ext} being the two most-significant bytes.
 \end{opcodedesc}
 
 \begin{opcodedesc}{CALL_FUNCTION_VAR}{argc}