mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
avoid ugly markup based on the unfortunate conversions of ">>" and "<<" to
guillemets; no need for magic here
This commit is contained in:
parent
f863609cd6
commit
f25fa6ddb9
14 changed files with 23 additions and 23 deletions
|
@ -630,7 +630,7 @@ determination.
|
|||
Returns the result of right shifting \var{o1} by \var{o2} on
|
||||
success, or \NULL{} on failure. The operation is done
|
||||
\emph{in-place} when \var{o1} supports it. This is the equivalent
|
||||
of the Python statement \samp{\var{o1} >\code{>=} \var{o2}}.
|
||||
of the Python statement \samp{\var{o1} >>= \var{o2}}.
|
||||
\end{cfuncdesc}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue