]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping.
authorFred Drake <fdrake@acm.org>
Fri, 13 Apr 2001 15:55:25 +0000 (15:55 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 13 Apr 2001 15:55:25 +0000 (15:55 +0000)
Doc/ref/ref6.tex

index 7212071338d23449a15f15e92fd4c1fef7ddc98d..f90317f1402491781540e8e547dfd1857bcabccb 100644 (file)
@@ -378,7 +378,7 @@ exception is raised.
 print_stmt: "print" ">>" expression [ ("," expression)+ [","] ]
 \end{verbatim}
 
-In this form, the first expression after the \keyword{>>} must
+In this form, the first expression after the \code{>}\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