diff options
Diffstat (limited to 'Lib/decimal.py')
-rw-r--r-- | Lib/decimal.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/decimal.py b/Lib/decimal.py index 8034039665..4f23d33d0d 100644 --- a/Lib/decimal.py +++ b/Lib/decimal.py @@ -801,7 +801,7 @@ class Decimal(object): # != comparisons involving a NaN always return True # <, >, <= and >= comparisons involving a (quiet or signaling) # NaN signal InvalidOperation, and return False if the - # InvalidOperation is trapped. + # InvalidOperation is not trapped. # # This behavior is designed to conform as closely as possible to # that specified by IEEE 754. |