[Python-checkins] python/dist/src/Doc/ext newtypes.tex,1.31,1.32

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


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

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

Index: newtypes.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ext/newtypes.tex,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** newtypes.tex	1 Jul 2003 16:17:50 -0000	1.31
--- newtypes.tex	12 Aug 2003 00:01:14 -0000	1.32
***************
*** 1408,1412 ****
  In order to learn how to implement any specific method for your new
  datatype, do the following: Download and unpack the Python source
! distribution.  Go the the \file{Objects} directory, then search the
  C source files for \code{tp_} plus the function you want (for
  example, \code{tp_print} or \code{tp_compare}).  You will find
--- 1408,1412 ----
  In order to learn how to implement any specific method for your new
  datatype, do the following: Download and unpack the Python source
! distribution.  Go the \file{Objects} directory, then search the
  C source files for \code{tp_} plus the function you want (for
  example, \code{tp_print} or \code{tp_compare}).  You will find





More information about the Python-checkins mailing list