diff options
author | Fred Drake <fdrake@acm.org> | 1997-12-29 20:02:55 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1997-12-29 20:02:55 (GMT) |
commit | d7feffdd5f2e050a69a48417521e3900130c31d1 (patch) | |
tree | 1c5c641268fe543250bc567641abd6af98bbea80 /Doc/libdis.tex | |
parent | bfaf3d618651ddbef3963f62350aec508a92f896 (diff) | |
download | cpython-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.tex | 2 |
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}{} |