summaryrefslogtreecommitdiffstats
path: root/Doc/ref/ref6.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2006-05-03 02:04:40 (GMT)
committerFred Drake <fdrake@acm.org>2006-05-03 02:04:40 (GMT)
commitf25fa6ddb97979abe06fec961c22d8db0b6563a1 (patch)
tree8a615a1de9bebe4a04c8f7f8ff3098305dc1f744 /Doc/ref/ref6.tex
parentf863609cd64fef0fa0a36bd464096763c943f07e (diff)
downloadcpython-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/ref6.tex')
-rw-r--r--Doc/ref/ref6.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ref/ref6.tex b/Doc/ref/ref6.tex
index 1eb1258..e820867 100644
--- a/Doc/ref/ref6.tex
+++ b/Doc/ref/ref6.tex
@@ -377,7 +377,7 @@ right type (but even this is determined by the sliced object).
\begin{productionlist}
\production{print_stmt}
{"print" ( \optional{\token{expression} ("," \token{expression})* \optional{","}}}
- \productioncont{| ">\code{>}" \token{expression}
+ \productioncont{| ">>" \token{expression}
\optional{("," \token{expression})+ \optional{","}} )}
\end{productionlist}