[Python-checkins] python/dist/src/Doc/mac libframework.tex, 1.9, 1.10

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Mon Aug 11 18:01:19 EDT 2003


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

Modified Files:
	libframework.tex 
Log Message:
SF patch#786531 'the the' typo.  Contributed by George Yoshida

Index: libframework.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/mac/libframework.tex,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** libframework.tex	14 Oct 2000 04:53:31 -0000	1.9
--- libframework.tex	12 Aug 2003 00:01:17 -0000	1.10
***************
*** 175,179 ****
  Called early in the event loop to handle modeless dialog events. The
  default method simply dispatches the event to the relevant dialog (not
! through the the \code{DialogWindow} object involved). Override if you
  need special handling of dialog events (keyboard shortcuts, etc).
  \end{methoddesc}
--- 175,179 ----
  Called early in the event loop to handle modeless dialog events. The
  default method simply dispatches the event to the relevant dialog (not
! through the \code{DialogWindow} object involved). Override if you
  need special handling of dialog events (keyboard shortcuts, etc).
  \end{methoddesc}





More information about the Python-checkins mailing list