Work around the conversion of ">>" and "<<" to guillemets. Reported by

Ping on the Doc-SIG mailing list.
This commit is contained in:
Fred Drake 2001-04-12 12:37:03 +00:00
parent ce260d569e
commit 24e7a29292

View File

@ -931,7 +931,7 @@ left).
\hline
\lineii{\code{\&}} {Bitwise AND}
\hline
\lineii{\code{<<}, \code{>>}} {Shifts}
\lineii{\code{<}\code{<}, \code{>}\code{>}} {Shifts}
\hline
\lineii{\code{+}, \code{-}}{Addition and subtraction}
\hline