mirror of
https://github.com/python/cpython.git
synced 2025-11-02 19:12:55 +00:00
Remove some bogus trailing whitespace.
This commit is contained in:
parent
93852ef3c8
commit
be9d10edbb
1 changed files with 2 additions and 2 deletions
|
|
@ -348,9 +348,9 @@ print_stmt: "print" [ expression ("," expression)* [","] ]
|
||||||
|
|
||||||
\keyword{print} evaluates each expression in turn and writes the
|
\keyword{print} evaluates each expression in turn and writes the
|
||||||
resulting object to standard output (see below). If an object is not
|
resulting object to standard output (see below). If an object is not
|
||||||
a string, it is first converted to a string using the rules for string
|
a string, it is first converted to a string using the rules for string
|
||||||
conversions. The (resulting or original) string is then written. A
|
conversions. The (resulting or original) string is then written. A
|
||||||
space is written before each object is (converted and) written, unless
|
space is written before each object is (converted and) written, unless
|
||||||
the output system believes it is positioned at the beginning of a
|
the output system believes it is positioned at the beginning of a
|
||||||
line. This is the case (1) when no characters have yet been written
|
line. This is the case (1) when no characters have yet been written
|
||||||
to standard output, (2) when the last character written to standard
|
to standard output, (2) when the last character written to standard
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue