Skip to content

Commit a20706c

Browse files
authored
Merge pull request #456 from grlee77/backport_pr446
MAINT: 1.0.x: Spelling correction
2 parents da1bb68 + cb4a851 commit a20706c

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)