Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1b50b43

Browse files
committed
[Bug #936837] Add missing word
1 parent 2400e93 commit 1b50b43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/api/abstract.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ \section{Number Protocol \label{number}}
573573

574574
\begin{cfuncdesc}{PyObject*}{PyNumber_InPlaceFloorDivide}{PyObject *o1,
575575
PyObject *o2}
576-
Returns the mathematical of dividing \var{o1} by \var{o2}, or
576+
Returns the mathematical floor of dividing \var{o1} by \var{o2}, or
577577
\NULL{} on failure. The operation is done \emph{in-place} when
578578
\var{o1} supports it. This is the equivalent of the Python
579579
statement \samp{\var{o1} //= \var{o2}}.

0 commit comments

Comments
 (0)