Skip to content

Commit 5356179

Browse files
committed
Fix typo in test.
1 parent b6d7fca commit 5356179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test_fractions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ def typed_approx_eq(a, b):
205205

206206
class Symbolic:
207207
"""Simple non-numeric class for testing mixed arithmetic.
208-
It is not Integral, Rational, Real or Complex, and cannot be conveted
208+
It is not Integral, Rational, Real or Complex, and cannot be converted
209209
to int, float or complex. but it supports some arithmetic operations.
210210
"""
211211
def __init__(self, value):

0 commit comments

Comments
 (0)