Skip to content

Commit c71eee4

Browse files
MAINT: a tiny edit rewording a single code code comment (#818)
1 parent 6483aa2 commit c71eee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pywt/_cwt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def cwt(data, scales, wavelet, sampling_period=1., method='conv', axis=-1,
105105
>>> plt.show()
106106
"""
107107

108-
# accept array_like input; make a copy to ensure a contiguous array
108+
# accept array-like input; make a copy to ensure a contiguous array
109109
dt = _check_dtype(data)
110110
data = np.asarray(data, dtype=dt)
111111
dt_cplx = np.result_type(dt, np.complex64)

0 commit comments

Comments
 (0)