summaryrefslogtreecommitdiffstats
path: root/Doc/libdis.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1997-12-29 20:02:55 (GMT)
committerFred Drake <fdrake@acm.org>1997-12-29 20:02:55 (GMT)
commitd7feffdd5f2e050a69a48417521e3900130c31d1 (patch)
tree1c5c641268fe543250bc567641abd6af98bbea80 /Doc/libdis.tex
parentbfaf3d618651ddbef3963f62350aec508a92f896 (diff)
downloadcpython-d7feffdd5f2e050a69a48417521e3900130c31d1.zip
cpython-d7feffdd5f2e050a69a48417521e3900130c31d1.tar.gz
cpython-d7feffdd5f2e050a69a48417521e3900130c31d1.tar.bz2
Reduce warning count from partparse.py.
Diffstat (limited to 'Doc/libdis.tex')
-rw-r--r--Doc/libdis.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/libdis.tex b/Doc/libdis.tex
index 55acab4..5c98711 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}{}