commit | f6dab9542c6e6ce7ef4ae3156f0b03d2a6cc018b | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Tue Apr 28 21:48:35 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Tue Apr 28 21:48:35 2009 +0000 |
tree | fffb562b787d4d188e8ffaa22bbddd43ac923b85 | |
parent | 90c61a2e09c8c6aa8b1251b27fe38b55fa139274 [diff] [blame] |
Make the doctests in the docs pass, except for those in the turtle module.
diff --git a/Doc/library/decimal.rst b/Doc/library/decimal.rst index ebe0d8c..8d11315 100644 --- a/Doc/library/decimal.rst +++ b/Doc/library/decimal.rst
@@ -1850,7 +1850,7 @@ >>> Decimal('3.214').quantize(TWOPLACES, context=Context(traps=[Inexact])) Traceback (most recent call last): ... - Inexact + Inexact: None Q. Once I have valid two place inputs, how do I maintain that invariant throughout an application?