Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2400e93 commit 1b50b43Copy full SHA for 1b50b43
1 file changed
Doc/api/abstract.tex
@@ -573,7 +573,7 @@ \section{Number Protocol \label{number}}
573
574
\begin{cfuncdesc}{PyObject*}{PyNumber_InPlaceFloorDivide}{PyObject *o1,
575
PyObject *o2}
576
- Returns the mathematical of dividing \var{o1} by \var{o2}, or
+ Returns the mathematical floor of dividing \var{o1} by \var{o2}, or
577
\NULL{} on failure. The operation is done \emph{in-place} when
578
\var{o1} supports it. This is the equivalent of the Python
579
statement \samp{\var{o1} //= \var{o2}}.
0 commit comments