mirror of
https://github.com/python/cpython.git
synced 2025-07-28 13:44:43 +00:00
Typos in decimal comment and documentation
This commit is contained in:
parent
dd47aaebe8
commit
3a94ee05f7
2 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue