Skip to content

Commit 562f61a

Browse files
ssnlfacebook-github-bot
authored andcommitted
Add missing space in stft doc
Summary: Pull Request resolved: pytorch#14092 Reviewed By: soumith Differential Revision: D13100177 Pulled By: SsnL fbshipit-source-id: 4eeaa3d0c04212516941d8d5a266aafb53bd9672
1 parent e4bb565 commit 562f61a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torch/functional.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ def stft(input, n_fft, hop_length=None, win_length=None, window=None,
343343
the frequency that :math:`0 \leq \omega < \text{n\_fft}`. When
344344
:attr:`onesided` is the default value ``True``,
345345
346-
* :attr:`input` must be either a 1-D time sequenceor 2-D a batch of time
346+
* :attr:`input` must be either a 1-D time sequence or a 2-D batch of time
347347
sequences.
348348
349349
* If :attr:`hop_length` is ``None`` (default), it is treated as equal to

0 commit comments

Comments
 (0)