mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Reduce warning count from partparse.py.
This commit is contained in:
parent
bfaf3d6186
commit
d7feffdd5f
2 changed files with 2 additions and 2 deletions
|
@ -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}{}
|
||||
|
|
|
@ -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}{}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue