diff options
| author | Fred Drake <fdrake@acm.org> | 2004-11-11 06:14:05 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 2004-11-11 06:14:05 +0000 |
| commit | 2269d865986dae552737fd0ffe86a58dd9f99dab (patch) | |
| tree | baa11b32cc7f8259d3927ddaaab826adefeaf318 /Doc/ref/ref6.tex | |
| parent | c6864832d70e2fbf05cad555269b1423e40ab73b (diff) | |
| download | cpython-git-2269d865986dae552737fd0ffe86a58dd9f99dab.tar.gz | |
Fix SF bug #1061770: Manual typesets bit-shift operators as guillemet
Diffstat (limited to 'Doc/ref/ref6.tex')
| -rw-r--r-- | Doc/ref/ref6.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/ref/ref6.tex b/Doc/ref/ref6.tex index e74a7dded0..153ddf7743 100644 --- a/Doc/ref/ref6.tex +++ b/Doc/ref/ref6.tex @@ -275,7 +275,8 @@ operation and an assignment statement: {\token{target} \token{augop} \token{expression_list}} \production{augop} {"+=" | "-=" | "*=" | "/=" | "\%=" | "**="} - \productioncont{| ">>=" | "<<=" | "\&=" | "\textasciicircum=" | "|="} + % The empty groups below prevent conversion to guillemets. + \productioncont{| ">{}>=" | "<{}<=" | "\&=" | "\textasciicircum=" | "|="} \end{productionlist} (See section~\ref{primaries} for the syntax definitions for the last |
