[Python-checkins] python/dist/src/Doc/tut tut.tex, 1.196.8.1, 1.196.8.2

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Mon Aug 11 17:43:07 EDT 2003


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

Modified Files:
      Tag: release23-maint
	tut.tex 
Log Message:
SF patch#786531 'the the' typo.  Contributed by George Yoshida

Index: tut.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tut/tut.tex,v
retrieving revision 1.196.8.1
retrieving revision 1.196.8.2
diff -C2 -d -r1.196.8.1 -r1.196.8.2
*** tut.tex	8 Aug 2003 23:31:35 -0000	1.196.8.1
--- tut.tex	11 Aug 2003 23:43:04 -0000	1.196.8.2
***************
*** 4486,4490 ****
  statement names, the current local variables, and the available module
  names.  For dotted expressions such as \code{string.a}, it will
! evaluate the the expression up to the final \character{.} and then
  suggest completions from the attributes of the resulting object.  Note
  that this may execute application-defined code if an object with a
--- 4486,4490 ----
  statement names, the current local variables, and the available module
  names.  For dotted expressions such as \code{string.a}, it will
! evaluate the expression up to the final \character{.} and then
  suggest completions from the attributes of the resulting object.  Note
  that this may execute application-defined code if an object with a





More information about the Python-checkins mailing list