]> granicus.if.org Git - python/commitdiff
[Bug #936837] Add missing word
authorAndrew M. Kuchling <amk@amk.ca>
Sat, 5 Jun 2004 19:00:55 +0000 (19:00 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sat, 5 Jun 2004 19:00:55 +0000 (19:00 +0000)
Doc/api/abstract.tex

index 152f1a41440e0bfeded163206a34b0861492cabc..372e2a55a3bc922bc312a75b9dabfa747c021baa 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}}.