From: Fred Drake Date: Thu, 12 Apr 2001 12:37:03 +0000 (+0000) Subject: Work around the conversion of ">>" and "<<" to guillemets. Reported by X-Git-Tag: v2.1c1~61 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=24e7a29292489c7fe2ba4e023b798d5626be04b6;p=thirdparty%2FPython%2Fcpython.git Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping on the Doc-SIG mailing list. --- diff --git a/Doc/ref/ref5.tex b/Doc/ref/ref5.tex index 810fb1a9ffc3..5663daaef288 100644 --- a/Doc/ref/ref5.tex +++ b/Doc/ref/ref5.tex @@ -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