Skip to content

Commit bf5f8bb

Browse files
committed
Update docstring
1 parent 6225f64 commit bf5f8bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torch/signal/windows/windows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def exponential(window_length: int,
4343
layout: _layout = torch.strided,
4444
device: _device = None,
4545
requires_grad: bool = False) -> Tensor:
46-
r"""Computes a window with an exponential form.
46+
r"""Computes a window with an exponential waveform.
4747
Also known as Poisson window.
4848
4949
The exponential window is defined as follows:

0 commit comments

Comments
 (0)