summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_math.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_math.py')
-rw-r--r--Lib/test/test_math.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_math.py b/Lib/test/test_math.py
index 5c07d9e..eabab28 100644
--- a/Lib/test/test_math.py
+++ b/Lib/test/test_math.py
@@ -1413,7 +1413,7 @@ class MathTests(unittest.TestCase):
return f'Flt({int(self)})'
def baseline_sumprod(p, q):
- """This defines the target behavior including expections and special values.
+ """This defines the target behavior including exceptions and special values.
However, it is subject to rounding errors, so float inputs should be exactly
representable with only a few bits.
"""