mirror of
https://github.com/python/cpython.git
synced 2025-07-12 13:55:34 +00:00
Closes #26874: Merge with 3.5
This commit is contained in:
commit
54559b6511
1 changed files with 1 additions and 1 deletions
|
@ -796,7 +796,7 @@ divmod as builtin_divmod
|
|||
y: object
|
||||
/
|
||||
|
||||
Return the tuple ((x-x%y)/y, x%y). Invariant: div*y + mod == x.
|
||||
Return the tuple ((x-x%y)//y, x%y). Invariant: div*y + mod == x.
|
||||
[clinic start generated code]*/
|
||||
|
||||
static PyObject *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue