diff options
author | Fred Drake <fdrake@acm.org> | 1998-10-21 00:44:49 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-10-21 00:44:49 (GMT) |
commit | 9beee80fd7f938bb0581b778daf1ef2842ef0bea (patch) | |
tree | dac6f690542d7fc2c23995ceff67f215a2a293a0 /Doc/ref | |
parent | dad11321eb86f1cae326ad68569e7e7bc8b8e28c (diff) | |
download | cpython-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/ref')
-rw-r--r-- | Doc/ref/ref5.tex | 4 |
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} |