[Python-checkins] python/dist/src/Doc/api init.tex,1.10,1.11

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/api
In directory sc8-pr-cvs1:/tmp/cvs-serv25233/api

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

Index: init.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/init.tex,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** init.tex	2 Jul 2003 21:38:34 -0000	1.10
--- init.tex	12 Aug 2003 00:01:14 -0000	1.11
***************
*** 781,785 ****
  
  \begin{cfuncdesc}{void}{PyEval_SetTrace}{Py_tracefunc func, PyObject *obj}
!   Set the the tracing function to \var{func}.  This is similar to
    \cfunction{PyEval_SetProfile()}, except the tracing function does
    receive line-number events.
--- 781,785 ----
  
  \begin{cfuncdesc}{void}{PyEval_SetTrace}{Py_tracefunc func, PyObject *obj}
!   Set the tracing function to \var{func}.  This is similar to
    \cfunction{PyEval_SetProfile()}, except the tracing function does
    receive line-number events.





More information about the Python-checkins mailing list