Commit 1b50b43b authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

[Bug #936837] Add missing word

parent 2400e930
......@@ -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}}.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment