[Python-checkins] python/dist/src/Doc/api abstract.tex,1.27,1.28

bcannon at users.sourceforge.net bcannon at users.sourceforge.net
Sat Sep 6 20:22:18 EDT 2003


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

Modified Files:
	abstract.tex 
Log Message:
Fix minor LaTeX bug of not ending a \NULL{} with the curly braces to get the
spacing correct in the output.


Index: abstract.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/abstract.tex,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** abstract.tex	9 Aug 2003 04:37:14 -0000	1.27
--- abstract.tex	7 Sep 2003 02:22:16 -0000	1.28
***************
*** 832,836 ****
  
  \begin{cfuncdesc}{PyObject*}{PySequence_ITEM}{PyObject *o, int i}
!   Return the \var{i}th element of \var{o} or \NULL on failure.
    Macro form of \cfunction{PySequence_GetItem()} but without checking
    that \cfunction{PySequence_Check(\var{o})} is true and without
--- 832,836 ----
  
  \begin{cfuncdesc}{PyObject*}{PySequence_ITEM}{PyObject *o, int i}
!   Return the \var{i}th element of \var{o} or \NULL{} on failure.
    Macro form of \cfunction{PySequence_GetItem()} but without checking
    that \cfunction{PySequence_Check(\var{o})} is true and without





More information about the Python-checkins mailing list