]> granicus.if.org Git - python/commitdiff
Typo fix.
authorMark Dickinson <mdickinson@enthought.com>
Sun, 18 Nov 2012 10:41:29 +0000 (10:41 +0000)
committerMark Dickinson <mdickinson@enthought.com>
Sun, 18 Nov 2012 10:41:29 +0000 (10:41 +0000)
Doc/library/decimal.rst

index 27e790e560a82f7cf9086a33c84db28c4cee8009..934b26eb4c7da452df0d55a65e53e657badcb201 100644 (file)
@@ -387,7 +387,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