[Python-checkins] python/dist/src/Doc/tut tut.tex, 1.196.8.3, 1.196.8.4

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Fri Aug 22 21:47:58 EDT 2003


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

Modified Files:
      Tag: release23-maint
	tut.tex 
Log Message:
Fix typo.

Thou shalt not count to two unless proceeding to the number three.



Index: tut.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tut/tut.tex,v
retrieving revision 1.196.8.3
retrieving revision 1.196.8.4
diff -C2 -d -r1.196.8.3 -r1.196.8.4
*** tut.tex	16 Aug 2003 06:31:21 -0000	1.196.8.3
--- tut.tex	23 Aug 2003 03:47:56 -0000	1.196.8.4
***************
*** 200,204 ****
  that file. 
  
! A third way of starting the interpreter is
  \samp{\program{python} \programopt{-c} \var{command} [arg] ...}, which
  executes the statement(s) in \var{command}, analogous to the shell's
--- 200,204 ----
  that file. 
  
! A second way of starting the interpreter is
  \samp{\program{python} \programopt{-c} \var{command} [arg] ...}, which
  executes the statement(s) in \var{command}, analogous to the shell's





More information about the Python-checkins mailing list