[Python-checkins] python/dist/src/Doc/api abstract.tex,1.32,1.33

akuchling at users.sourceforge.net akuchling at users.sourceforge.net
Sat Jun 5 15:00:59 EDT 2004


Update of /cvsroot/python/python/dist/src/Doc/api
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21823

Modified Files:
	abstract.tex 
Log Message:
[Bug #936837] Add missing word

Index: abstract.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/abstract.tex,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** abstract.tex	17 Apr 2004 11:57:40 -0000	1.32
--- abstract.tex	5 Jun 2004 19:00:55 -0000	1.33
***************
*** 574,578 ****
  \begin{cfuncdesc}{PyObject*}{PyNumber_InPlaceFloorDivide}{PyObject *o1,
                                                            PyObject *o2}
!   Returns the mathematical of dividing \var{o1} by \var{o2}, or
    \NULL{} on failure.  The operation is done \emph{in-place} when
    \var{o1} supports it.  This is the equivalent of the Python
--- 574,578 ----
  \begin{cfuncdesc}{PyObject*}{PyNumber_InPlaceFloorDivide}{PyObject *o1,
                                                            PyObject *o2}
!   Returns the mathematical floor of dividing \var{o1} by \var{o2}, or
    \NULL{} on failure.  The operation is done \emph{in-place} when
    \var{o1} supports it.  This is the equivalent of the Python




More information about the Python-checkins mailing list