summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-04-12 12:37:03 (GMT)
committerFred Drake <fdrake@acm.org>2001-04-12 12:37:03 (GMT)
commit24e7a29292489c7fe2ba4e023b798d5626be04b6 (patch)
tree8819c1f48de0b4b0486cd47c13c8fbd806f500a7 /Doc
parentce260d569e9c9371af2ff6c72956367c4bb5b647 (diff)
downloadcpython-24e7a29292489c7fe2ba4e023b798d5626be04b6.zip
cpython-24e7a29292489c7fe2ba4e023b798d5626be04b6.tar.gz
cpython-24e7a29292489c7fe2ba4e023b798d5626be04b6.tar.bz2
Work around the conversion of ">>" and "<<" to guillemets. Reported by
Ping on the Doc-SIG mailing list.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/ref/ref5.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ref/ref5.tex b/Doc/ref/ref5.tex
index 810fb1a..5663daa 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