From: Andrew M. Kuchling Date: Sat, 5 Jun 2004 19:01:47 +0000 (+0000) Subject: [Bug #936837] Add missing word X-Git-Tag: v2.3.5c1~219 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e4cd47de4a62c7d36f98d46f9dc3751f0a85a1c6;p=thirdparty%2FPython%2Fcpython.git [Bug #936837] Add missing word --- diff --git a/Doc/api/abstract.tex b/Doc/api/abstract.tex index 941d14a470bf..60522faf5ffd 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}}.