[Python-checkins] CVS: python/dist/src/Doc/tut tut.tex,1.123,1.124

Fred L. Drake python-dev@python.org
Mon, 01 Jan 2001 12:33:08 -0800


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

Modified Files:
	tut.tex 
Log Message:

Fix up an awkward sentence, pointed out by Chris Ryland <cpr@emsoftware.com>.


Index: tut.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tut/tut.tex,v
retrieving revision 1.123
retrieving revision 1.124
diff -C2 -r1.123 -r1.124
*** tut.tex	2000/11/29 06:03:45	1.123
--- tut.tex	2001/01/01 20:33:06	1.124
***************
*** 2589,2593 ****
  shortly.  The second way is to use the \code{\%} operator with a
  string as the left argument.  The \code{\%} operator interprets the
! left argument as a C much like a \cfunction{sprintf()}-style format
  string to be applied to the right argument, and returns the string
  resulting from this formatting operation.
--- 2589,2593 ----
  shortly.  The second way is to use the \code{\%} operator with a
  string as the left argument.  The \code{\%} operator interprets the
! left argument much like a \cfunction{sprintf()}-style format
  string to be applied to the right argument, and returns the string
  resulting from this formatting operation.