mirror of https://github.com/python/cpython
one more place to avoid extra markup
This commit is contained in:
parent
6b07be9d29
commit
2de7a35e9a
|
@ -417,7 +417,7 @@ exception is raised.
|
||||||
\keyword{print} also has an extended\index{extended print statement}
|
\keyword{print} also has an extended\index{extended print statement}
|
||||||
form, defined by the second portion of the syntax described above.
|
form, defined by the second portion of the syntax described above.
|
||||||
This form is sometimes referred to as ``\keyword{print} chevron.''
|
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
|
evaluate to a ``file-like'' object, specifically an object that has a
|
||||||
\method{write()} method as described above. With this extended form,
|
\method{write()} method as described above. With this extended form,
|
||||||
the subsequent expressions are printed to this file object. If the
|
the subsequent expressions are printed to this file object. If the
|
||||||
|
|
Loading…
Reference in New Issue