mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue