Typos in decimal comment and documentation

This commit is contained in:
Mark Dickinson 2008-02-10 15:19:58 +00:00
parent dd47aaebe8
commit 3a94ee05f7
2 changed files with 3 additions and 3 deletions

View file

@ -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.