From: Fred Drake Date: Mon, 29 Dec 1997 20:02:55 +0000 (+0000) Subject: Reduce warning count from partparse.py. X-Git-Tag: v1.5~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d7feffdd5f2e050a69a48417521e3900130c31d1;p=python Reduce warning count from partparse.py. --- diff --git a/Doc/lib/libdis.tex b/Doc/lib/libdis.tex index 55acab47e8..5c98711b14 100644 --- a/Doc/lib/libdis.tex +++ b/Doc/lib/libdis.tex @@ -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}{} diff --git a/Doc/libdis.tex b/Doc/libdis.tex index 55acab47e8..5c98711b14 100644 --- a/Doc/libdis.tex +++ b/Doc/libdis.tex @@ -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}{}