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

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


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

Modified Files:
      Tag: release23-maint
	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.31.8.1
diff -C2 -d -r1.31 -r1.31.8.1
*** newtypes.tex	1 Jul 2003 16:17:50 -0000	1.31
--- newtypes.tex	11 Aug 2003 23:43:04 -0000	1.31.8.1
***************
*** 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