Commit fd850236 authored by Mark Dickinson's avatar Mark Dickinson

Typo fix.

parent a490f4d6
...@@ -377,7 +377,7 @@ Decimal objects ...@@ -377,7 +377,7 @@ Decimal objects
The integer division operator ``//`` behaves analogously, returning the The integer division operator ``//`` behaves analogously, returning the
integer part of the true quotient (truncating towards zero) rather than its 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 >>> -7 // 4
-2 -2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment