]> granicus.if.org Git - python/commitdiff
Remove some bogus trailing whitespace.
authorFred Drake <fdrake@acm.org>
Sat, 23 Jun 2001 06:16:52 +0000 (06:16 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 23 Jun 2001 06:16:52 +0000 (06:16 +0000)
Doc/ref/ref6.tex

index 13b1c7119dca16e69305420b203e44fe5c91fca7..9922fe7eb353395c0d5aa171aee59cb387f33461 100644 (file)
@@ -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