File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -348,9 +348,9 @@ \section{The \keyword{print} statement \label{print}}
348348
349349\keyword {print} evaluates each expression in turn and writes the
350350resulting object to standard output (see below). If an object is not
351- a string, it is first converted to a string using the rules for string
351+ a string, it is first converted to a string using the rules for string
352352conversions. The (resulting or original) string is then written. A
353- space is written before each object is (converted and) written, unless
353+ space is written before each object is (converted and) written, unless
354354the output system believes it is positioned at the beginning of a
355355line. This is the case (1) when no characters have yet been written
356356to standard output, (2) when the last character written to standard
You can’t perform that action at this time.
0 commit comments