Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb8ffe6 commit 62effc1Copy full SHA for 62effc1
1 file changed
Doc/ref/ref6.tex
@@ -378,7 +378,7 @@ \section{The \keyword{print} statement \label{print}}
378
print_stmt: "print" ">>" expression [ ("," expression)+ [","] ]
379
\end{verbatim}
380
381
-In this form, the first expression after the \keyword{>>} must
+In this form, the first expression after the \code{>}\code{>} must
382
evaluate to a ``file-like'' object, specifically an object that has a
383
\method{write()} method as described above. With this extended form,
384
the subsequent expressions are printed to this file object. If the
0 commit comments