[Python-checkins] python/dist/src/Doc/api abstract.tex, 1.26.12.5,
1.26.12.6
akuchling at users.sourceforge.net
akuchling at users.sourceforge.net
Sat Jun 5 15:01:50 EDT 2004
Update of /cvsroot/python/python/dist/src/Doc/api
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22035
Modified Files:
Tag: release23-maint
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.26.12.5
retrieving revision 1.26.12.6
diff -C2 -d -r1.26.12.5 -r1.26.12.6
*** abstract.tex 17 Apr 2004 11:59:55 -0000 1.26.12.5
--- abstract.tex 5 Jun 2004 19:01:47 -0000 1.26.12.6
***************
*** 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