[Python-checkins] python/dist/src/Doc/mac scripting.tex, 1.2, 1.2.10.1

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Mon Dec 15 10:46:06 EST 2003


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

Modified Files:
      Tag: release23-maint
	scripting.tex 
Log Message:
fix typo
(backported from trunk revision 1.3)


Index: scripting.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/mac/scripting.tex,v
retrieving revision 1.2
retrieving revision 1.2.10.1
diff -C2 -d -r1.2 -r1.2.10.1
*** scripting.tex	13 Jun 2003 14:59:26 -0000	1.2
--- scripting.tex	15 Dec 2003 15:46:04 -0000	1.2.10.1
***************
*** 70,74 ****
  current release that is as far as the object orientation goes, so
  in the example above we need to use
! \code{f.get(f.window(1).name)} in stead of the more Pythonic
  \code{f.window(1).name.get()}.
  
--- 70,74 ----
  current release that is as far as the object orientation goes, so
  in the example above we need to use
! \code{f.get(f.window(1).name)} instead of the more Pythonic
  \code{f.window(1).name.get()}.
  





More information about the Python-checkins mailing list