diff options
author | Fred Drake <fdrake@acm.org> | 2006-05-03 02:04:40 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2006-05-03 02:04:40 (GMT) |
commit | f25fa6ddb97979abe06fec961c22d8db0b6563a1 (patch) | |
tree | 8a615a1de9bebe4a04c8f7f8ff3098305dc1f744 /Doc/ref/ref5.tex | |
parent | f863609cd64fef0fa0a36bd464096763c943f07e (diff) | |
download | cpython-f25fa6ddb97979abe06fec961c22d8db0b6563a1.zip cpython-f25fa6ddb97979abe06fec961c22d8db0b6563a1.tar.gz cpython-f25fa6ddb97979abe06fec961c22d8db0b6563a1.tar.bz2 |
avoid ugly markup based on the unfortunate conversions of ">>" and "<<" to
guillemets; no need for magic here
Diffstat (limited to 'Doc/ref/ref5.tex')
-rw-r--r-- | Doc/ref/ref5.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ref/ref5.tex b/Doc/ref/ref5.tex index 1f2dc5e..eca2f11 100644 --- a/Doc/ref/ref5.tex +++ b/Doc/ref/ref5.tex @@ -1158,7 +1158,7 @@ have the same precedence and chain from left to right --- see section \hline \lineii{\code{\&}} {Bitwise AND} \hline - \lineii{\code{<}\code{<}, \code{>}\code{>}} {Shifts} + \lineii{\code{<<}, \code{>>}} {Shifts} \hline \lineii{\code{+}, \code{-}}{Addition and subtraction} \hline |