]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Typo fix.
authorMark Dickinson <mdickinson@enthought.com>
Sun, 18 Nov 2012 10:42:07 +0000 (10:42 +0000)
committerMark Dickinson <mdickinson@enthought.com>
Sun, 18 Nov 2012 10:42:07 +0000 (10:42 +0000)
Doc/library/decimal.rst

index 30467c8e94d893354cd1174397247aa56d7ab813..d989e3f183652efd6ac20330a7b74c3f8322afe9 100644 (file)
@@ -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