[Python-checkins] CVS: python/dist/src/Doc/ref ref6.tex,1.39,1.40

Fred L. Drake fdrake@users.sourceforge.net
Fri, 22 Jun 2001 23:16:54 -0700


Update of /cvsroot/python/python/dist/src/Doc/ref
In directory usw-pr-cvs1:/tmp/cvs-serv11334/ref

Modified Files:
	ref6.tex 
Log Message:

Remove some bogus trailing whitespace.


Index: ref6.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref6.tex,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -r1.39 -r1.40
*** ref6.tex	2001/06/23 06:06:52	1.39
--- ref6.tex	2001/06/23 06:16:52	1.40
***************
*** 349,355 ****
  \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 
  conversions.  The (resulting or original) string is then written.  A
! 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
--- 349,355 ----
  \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
  conversions.  The (resulting or original) string is then written.  A
! 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