avoid ugly markup based on the unfortunate conversions of ">>" and "<<" to

guillemets; no need for magic here
This commit is contained in:
Fred Drake 2006-05-03 02:04:40 +00:00
parent f863609cd6
commit f25fa6ddb9
14 changed files with 23 additions and 23 deletions

View file

@ -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}