mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping.
This commit is contained in:
parent
fb8ffe6b5e
commit
62effc1127
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue