[Python-checkins] r45871 - python/trunk/Doc/ref/ref6.tex

fred.drake python-checkins at python.org
Wed May 3 04:27:42 CEST 2006


Author: fred.drake
Date: Wed May  3 04:27:40 2006
New Revision: 45871

Modified:
   python/trunk/Doc/ref/ref6.tex
Log:
one more place to avoid extra markup

Modified: python/trunk/Doc/ref/ref6.tex
==============================================================================
--- python/trunk/Doc/ref/ref6.tex	(original)
+++ python/trunk/Doc/ref/ref6.tex	Wed May  3 04:27:40 2006
@@ -417,7 +417,7 @@
 \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


More information about the Python-checkins mailing list