summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-10-21 00:44:49 (GMT)
committerFred Drake <fdrake@acm.org>1998-10-21 00:44:49 (GMT)
commit9beee80fd7f938bb0581b778daf1ef2842ef0bea (patch)
treedac6f690542d7fc2c23995ceff67f215a2a293a0 /Doc
parentdad11321eb86f1cae326ad68569e7e7bc8b8e28c (diff)
downloadcpython-9beee80fd7f938bb0581b778daf1ef2842ef0bea.zip
cpython-9beee80fd7f938bb0581b778daf1ef2842ef0bea.tar.gz
cpython-9beee80fd7f938bb0581b778daf1ef2842ef0bea.tar.bz2
Remove a couple of unnecessary "%" characters that cause problems with
the latest latex2html beta.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/ref/ref5.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/ref/ref5.tex b/Doc/ref/ref5.tex
index 23dd41c..d3394ea 100644
--- a/Doc/ref/ref5.tex
+++ b/Doc/ref/ref5.tex
@@ -864,7 +864,7 @@ chain from left to right --- see above).
\lineii{\keyword{in}, \keyword{not} \keyword{in}}{Membership tests}
\lineii{\keyword{is}, \keyword{is not}}{Identity tests}
\lineii{\code{<}, \code{<=}, \code{>}, \code{>=},
- \code{<>}, \code{!=}, \code{==}}%
+ \code{<>}, \code{!=}, \code{==}}
{Comparisons}
\hline
\lineii{\code{|}} {Bitwise OR}
@@ -877,7 +877,7 @@ chain from left to right --- see above).
\hline
\lineii{\code{+}, \code{-}}{Addition and subtraction}
\hline
- \lineii{\code{*}, \code{/}, \code{\%}}%
+ \lineii{\code{*}, \code{/}, \code{\%}}
{Multiplication, division, remainder}
\hline
\lineii{\code{**}} {Exponentiation}