File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ class DecimalException(ArithmeticError):
97
97
98
98
Used exceptions derive from this.
99
99
If an exception derives from another exception besides this (such as
100
- Underflow (Inexact, Rounded, Subnormal) that indicates that it is only
100
+ Underflow (Inexact, Rounded, Subnormal)) that indicates that it is only
101
101
called if the others are present. This isn't actually used for
102
102
anything, though.
103
103
@@ -145,7 +145,7 @@ class InvalidOperation(DecimalException):
145
145
x ** (+-)INF
146
146
An operand is invalid
147
147
148
- The result of the operation after these is a quiet positive NaN,
148
+ The result of the operation after this is a quiet positive NaN,
149
149
except when the cause is a signaling NaN, in which case the result is
150
150
also a quiet NaN, but with the original sign, and an optional
151
151
diagnostic information.
You can’t perform that action at this time.
0 commit comments