Skip to content

Commit 8346526

Browse files
authored
typo
1 parent f8d2656 commit 8346526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchaudio/functional.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def istft(
109109
'please use torch.istft instead.')
110110
if pad_mode is not None:
111111
warnings.warn(
112-
'The parameter `pad_mode` was ignored in isftft, and is thus being deprecated. '
112+
'The parameter `pad_mode` was ignored in istft, and is thus being deprecated. '
113113
'Please set `pad_mode` to None to suppress this warning.')
114114
return torch.istft(
115115
input=stft_matrix, n_fft=n_fft, hop_length=hop_length, win_length=win_length, window=window,

0 commit comments

Comments
 (0)