]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[Bug #936837] Add missing word
authorAndrew M. Kuchling <amk@amk.ca>
Sat, 5 Jun 2004 19:01:47 +0000 (19:01 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sat, 5 Jun 2004 19:01:47 +0000 (19:01 +0000)
Doc/api/abstract.tex

index 941d14a470bf3821f8d1c7e1b2fac12ff6498e5c..60522faf5ffdd3f83b76e47b2b442567af3d2db0 100644 (file)
@@ -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}}.