[Python-checkins] python/dist/src/Doc/api concrete.tex,1.31,1.32

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Mon Nov 10 09:48:51 EST 2003


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

Modified Files:
	concrete.tex 
Log Message:
fix use of undefined markup


Index: concrete.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/concrete.tex,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** concrete.tex	9 Nov 2003 04:15:30 -0000	1.31
--- concrete.tex	10 Nov 2003 14:48:48 -0000	1.32
***************
*** 99,103 ****
  
  \begin{csimplemacrodesc}{Py_RETURN_NONE}
!   Properly handles returning \cvar{Py_None} from within a C function.
  \end{csimplemacrodesc}
  
--- 99,103 ----
  
  \begin{csimplemacrodesc}{Py_RETURN_NONE}
!   Properly handles returning \cdata{Py_None} from within a C function.
  \end{csimplemacrodesc}
  





More information about the Python-checkins mailing list