mirror of https://github.com/python/cpython.git
Work around the conversion of ">>" and "<<" to guillemets. Reported by
Ping on the Doc-SIG mailing list.
This commit is contained in:
parent
ce260d569e
commit
24e7a29292
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue