[Python-checkins] python/dist/src/Doc/api concrete.tex, 1.25, 1.25.10.1

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Fri Aug 22 21:39:30 EDT 2003


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

Modified Files:
      Tag: release23-maint
	concrete.tex 
Log Message:
Fix typo.



Index: concrete.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/concrete.tex,v
retrieving revision 1.25
retrieving revision 1.25.10.1
diff -C2 -d -r1.25 -r1.25.10.1
*** concrete.tex	10 May 2003 07:08:50 -0000	1.25
--- concrete.tex	23 Aug 2003 03:39:28 -0000	1.25.10.1
***************
*** 2537,2541 ****
  \begin{cfuncdesc}{PyObject*}{PyCell_GET}{PyObject *cell}
    Return the contents of the cell \var{cell}, but without checking
!   that \var{cell} is non-\NULL{} and a call object.
  \end{cfuncdesc}
  
--- 2537,2541 ----
  \begin{cfuncdesc}{PyObject*}{PyCell_GET}{PyObject *cell}
    Return the contents of the cell \var{cell}, but without checking
!   that \var{cell} is non-\NULL{} and a cell object.
  \end{cfuncdesc}
  





More information about the Python-checkins mailing list