summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2006-05-03 02:27:40 (GMT)
committerFred Drake <fdrake@acm.org>2006-05-03 02:27:40 (GMT)
commit2de7a35e9a9b775737d1944482e5502fc4b072ad (patch)
tree169f954254ef3f47a1f61f3e8924268c9ea194f1
parent6b07be9d29ca1259f8e9388fb2e8a953580601fa (diff)
downloadcpython-2de7a35e9a9b775737d1944482e5502fc4b072ad.zip
cpython-2de7a35e9a9b775737d1944482e5502fc4b072ad.tar.gz
cpython-2de7a35e9a9b775737d1944482e5502fc4b072ad.tar.bz2
one more place to avoid extra markup
-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 e820867..e49f12c 100644
--- a/Doc/ref/ref6.tex
+++ b/Doc/ref/ref6.tex
@@ -417,7 +417,7 @@ exception is raised.
\keyword{print} also has an extended\index{extended print statement}
form, defined by the second portion of the syntax described above.
This form is sometimes referred to as ``\keyword{print} chevron.''
-In this form, the first expression after the \code{>}\code{>} must
+In this form, the first expression after the \code{>>} must
evaluate to a ``file-like'' object, specifically an object that has a
\method{write()} method as described above. With this extended form,
the subsequent expressions are printed to this file object. If the