Skip to content

Commit cb4a851

Browse files
lravindrgrlee77
authored andcommitted
Spelling correction
1 parent 3159423 commit cb4a851

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pywt/_cwt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@ def cwt(data, scales, wavelet, sampling_period=1.):
104104
frequencies[i] /= sampling_period
105105
return out, frequencies
106106
else:
107-
raise ValueError("Only dim == 1 supportet")
107+
raise ValueError("Only dim == 1 supported")

0 commit comments

Comments
 (0)