diff options
author | Fred Drake <fdrake@acm.org> | 2001-06-23 06:16:52 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-06-23 06:16:52 (GMT) |
commit | be9d10edbb9ca400d73012e9d0a1b068e0f74d14 (patch) | |
tree | 982249fa884bc297c887b4c3016a4d655e85e933 /Doc | |
parent | 93852ef3c842b283bd50b66aa1f3876317f380d7 (diff) | |
download | cpython-be9d10edbb9ca400d73012e9d0a1b068e0f74d14.zip cpython-be9d10edbb9ca400d73012e9d0a1b068e0f74d14.tar.gz cpython-be9d10edbb9ca400d73012e9d0a1b068e0f74d14.tar.bz2 |
Remove some bogus trailing whitespace.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/ref/ref6.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/ref/ref6.tex b/Doc/ref/ref6.tex index 13b1c71..9922fe7 100644 --- a/Doc/ref/ref6.tex +++ b/Doc/ref/ref6.tex @@ -348,9 +348,9 @@ print_stmt: "print" [ expression ("," expression)* [","] ] \keyword{print} evaluates each expression in turn and writes the 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 -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 line. This is the case (1) when no characters have yet been written to standard output, (2) when the last character written to standard |