Commit 63d5b39c authored by Fred Drake's avatar Fred Drake

Remove a couple of unnecessary "%" characters that cause problems with

the latest latex2html beta.
parent a83505f8
......@@ -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}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment