Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 62effc1

Browse files
committed
Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping.
1 parent fb8ffe6 commit 62effc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/ref/ref6.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ \section{The \keyword{print} statement \label{print}}
378378
print_stmt: "print" ">>" expression [ ("," expression)+ [","] ]
379379
\end{verbatim}
380380

381-
In this form, the first expression after the \keyword{>>} must
381+
In this form, the first expression after the \code{>}\code{>} must
382382
evaluate to a ``file-like'' object, specifically an object that has a
383383
\method{write()} method as described above. With this extended form,
384384
the subsequent expressions are printed to this file object. If the

0 commit comments

Comments
 (0)