From 1b50b43beee9944291f64bf911d471238c2cfcae Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Sat, 5 Jun 2004 19:00:55 +0000 Subject: [Bug #936837] Add missing word --- Doc/api/abstract.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/api/abstract.tex b/Doc/api/abstract.tex index 152f1a4..372e2a5 100644 --- a/Doc/api/abstract.tex +++ b/Doc/api/abstract.tex @@ -573,7 +573,7 @@ determination. \begin{cfuncdesc}{PyObject*}{PyNumber_InPlaceFloorDivide}{PyObject *o1, PyObject *o2} - Returns the mathematical of dividing \var{o1} by \var{o2}, or + 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 statement \samp{\var{o1} //= \var{o2}}. -- cgit v0.12