Reduce warning count from partparse.py.

This commit is contained in:
Fred Drake 1997-12-29 20:02:55 +00:00
parent bfaf3d6186
commit d7feffdd5f
2 changed files with 2 additions and 2 deletions

View 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}{}

View 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}{}