mirror of https://github.com/python/cpython
Typo fix.
This commit is contained in:
parent
a3f37408da
commit
ec967246a1
|
@ -377,7 +377,7 @@ Decimal objects
|
|||
|
||||
The integer division operator ``//`` behaves analogously, returning the
|
||||
integer part of the true quotient (truncating towards zero) rather than its
|
||||
floor, so as to preseve the usual identity ``x == (x // y) * y + x % y``::
|
||||
floor, so as to preserve the usual identity ``x == (x // y) * y + x % y``::
|
||||
|
||||
>>> -7 // 4
|
||||
-2
|
||||
|
|
Loading…
Reference in New Issue