Skip to content

Commit e44d0b1

Browse files
committed
Fix message
1 parent e05893d commit e44d0b1

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
@@ -126,7 +126,7 @@ def istft(
126126
Tensor: Least squares estimation of the original signal of size (..., signal_length)
127127
"""
128128
warnings.warn(
129-
'istft has been moved to PyTorch and will be deprecated, please use torch.istft instead.')
129+
'istft has been moved to PyTorch and will be removed, please use torch.istft instead.')
130130
warnings.warn(
131131
'`pad_mode` for istft function is deprecated and will be removed. '
132132
'It was introduced accidentally and never used. '

0 commit comments

Comments
 (0)