Skip to content

Commit

Permalink
fix typos in signal.py (#3)
Browse files Browse the repository at this point in the history
* move signal apis

* move fft.py and signal.py to paddle/, fix typos

* fix relative imports from fft.py and signal.py

* fix typos
  • Loading branch information
Feiyu Chan committed Oct 20, 2021
1 parent 3f605d8 commit fe35170
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/paddle/signal.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ def stft(x,
real-valued input and `onesided` is `True`) or `[..., n_fft, num_frames]`(
`onesided` is `False`)
Exampels:
Examples:
.. code-block:: python
import paddle
Expand Down Expand Up @@ -452,7 +452,7 @@ def istft(x,
A tensor of least squares estimation of the reconstructed signal(s) with shape
`[..., seq_length]`
Exampels:
Examples:
.. code-block:: python
import numpy as np
Expand Down

0 comments on commit fe35170

Please sign in to comment.