]> granicus.if.org Git - python/commitdiff
Remove a couple of unnecessary "%" characters that cause problems with
authorFred Drake <fdrake@acm.org>
Wed, 21 Oct 1998 00:44:49 +0000 (00:44 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 21 Oct 1998 00:44:49 +0000 (00:44 +0000)
the latest latex2html beta.

Doc/ref/ref5.tex

index 23dd41c0bc9faf4ec73745beee74fad145af63b4..d3394eaf8b61d21bb18d71ce9fa2f5c81bbfa17b 100644 (file)
@@ -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}