]> granicus.if.org Git - python/commitdiff
one more place to avoid extra markup
authorFred Drake <fdrake@acm.org>
Wed, 3 May 2006 02:27:40 +0000 (02:27 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 3 May 2006 02:27:40 +0000 (02:27 +0000)
Doc/ref/ref6.tex

index e82086769636ad37160ac879b208f27e8aa92bb2..e49f12c788c63a734c98f4bdb684fb7cb6134295 100644 (file)
@@ -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