Typos in decimal comment and documentation
diff --git a/Lib/decimal.py b/Lib/decimal.py
index 8034039..4f23d33 100644
--- a/Lib/decimal.py
+++ b/Lib/decimal.py
@@ -801,7 +801,7 @@
# != 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.