]> granicus.if.org Git - python/commitdiff
Reduce warning count from partparse.py.
authorFred Drake <fdrake@acm.org>
Mon, 29 Dec 1997 20:02:55 +0000 (20:02 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 29 Dec 1997 20:02:55 +0000 (20:02 +0000)
Doc/lib/libdis.tex
Doc/libdis.tex

index 55acab47e81c973cefd05e2475abeb18d7eee289..5c98711b14dfd94ee6015888f41b6b986247452b 100644 (file)
@@ -198,7 +198,7 @@ Implements \code{TOS = TOS1 and TOS}.
 \end{opcodedesc}
 
 \begin{opcodedesc}{BINARY_XOR}{}
-Implements \code{TOS = TOS1 \^{ }TOS}.
+Implements \code{TOS = TOS1 \^TOS}.
 \end{opcodedesc}
 
 \begin{opcodedesc}{BINARY_OR}{}
index 55acab47e81c973cefd05e2475abeb18d7eee289..5c98711b14dfd94ee6015888f41b6b986247452b 100644 (file)
@@ -198,7 +198,7 @@ Implements \code{TOS = TOS1 and TOS}.
 \end{opcodedesc}
 
 \begin{opcodedesc}{BINARY_XOR}{}
-Implements \code{TOS = TOS1 \^{ }TOS}.
+Implements \code{TOS = TOS1 \^TOS}.
 \end{opcodedesc}
 
 \begin{opcodedesc}{BINARY_OR}{}