]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Missed one case of incorrect Decimal quoting
authorMark Dickinson <dickinsm@gmail.com>
Sun, 28 Jun 2009 21:46:33 +0000 (21:46 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sun, 28 Jun 2009 21:46:33 +0000 (21:46 +0000)
Doc/tutorial/stdlib2.rst

index 050972c06158e1c6f9f33bee9e972eb87d2da06b..dc8d91f243e90c5aa0871e42349524aa2bac251d 100644 (file)
@@ -360,7 +360,7 @@ becomes significant if the results are rounded to the nearest cent::
 
    >>> from decimal import *
    >>> Decimal('0.70') * Decimal('1.05')
-   Decimal("0.7350")
+   Decimal('0.7350')
    >>> .70 * 1.05
    0.73499999999999999