[Bug #936837] Add missing word

This commit is contained in:
Andrew M. Kuchling 2004-06-05 19:00:55 +00:00
parent 2400e93057
commit 1b50b43bee

View 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}}.