mirror of
https://github.com/python/cpython.git
synced 2024-11-25 10:54:51 +08:00
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
Block a user