mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
[Bug #936837] Add missing word
This commit is contained in:
parent
2400e93057
commit
1b50b43bee
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue