mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Merge typo fix from 3.2.
This commit is contained in:
@@ -412,7 +412,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
|
||||
|
||||
Reference in New Issue
Block a user