Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit be9d10e

Browse files
committed
Remove some bogus trailing whitespace.
1 parent 93852ef commit be9d10e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/ref/ref6.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
350350
resulting 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
352352
conversions. 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
354354
the output system believes it is positioned at the beginning of a
355355
line. This is the case (1) when no characters have yet been written
356356
to standard output, (2) when the last character written to standard

0 commit comments

Comments
 (0)