mirror of
https://github.com/python/cpython.git
synced 2024-12-13 11:54:54 +08:00
[Bug #936837] Add missing word
This commit is contained in:
parent
2400e93057
commit
1b50b43bee
@ -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}}.
|
||||
|
Loading…
Reference in New Issue
Block a user