summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_fractions.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_fractions.py')
-rw-r--r--Lib/test/test_fractions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_fractions.py b/Lib/test/test_fractions.py
index 12c4212..4907f40 100644
--- a/Lib/test/test_fractions.py
+++ b/Lib/test/test_fractions.py
@@ -96,7 +96,7 @@ def typed_approx_eq(a, b):
class Symbolic:
"""Simple non-numeric class for testing mixed arithmetic.
- It is not Integral, Rational, Real or Complex, and cannot be conveted
+ It is not Integral, Rational, Real or Complex, and cannot be converted
to int, float or complex. but it supports some arithmetic operations.
"""
def __init__(self, value):