From: Fred Drake Date: Wed, 21 Oct 1998 00:44:49 +0000 (+0000) Subject: Remove a couple of unnecessary "%" characters that cause problems with X-Git-Tag: v1.5.2b1~296 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9beee80fd7f938bb0581b778daf1ef2842ef0bea;p=python Remove a couple of unnecessary "%" characters that cause problems with the latest latex2html beta. --- diff --git a/Doc/ref/ref5.tex b/Doc/ref/ref5.tex index 23dd41c0bc..d3394eaf8b 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}