[Python-checkins] python/dist/src/Doc/tut tut.tex, 1.196.8.20, 1.196.8.21

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Wed Jul 21 18:25:39 CEST 2004


Update of /cvsroot/python/python/dist/src/Doc/tut
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26142

Modified Files:
      Tag: release23-maint
	tut.tex 
Log Message:
revise wording to avoid confusion for non-native English speakers


Index: tut.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tut/tut.tex,v
retrieving revision 1.196.8.20
retrieving revision 1.196.8.21
diff -C2 -d -r1.196.8.20 -r1.196.8.21
*** tut.tex	12 Jun 2004 19:29:54 -0000	1.196.8.20
--- tut.tex	21 Jul 2004 16:25:35 -0000	1.196.8.21
***************
*** 690,694 ****
  >>> word[:2]    # The first two characters
  'He'
! >>> word[2:]    # All but the first two characters
  'lpA'
  \end{verbatim}
--- 690,694 ----
  >>> word[:2]    # The first two characters
  'He'
! >>> word[2:]    # Everything except the first two characters
  'lpA'
  \end{verbatim}



More information about the Python-checkins mailing list