Skip to content

Commit

Permalink
[Doc] fix typo and backlink (pytorch#2281)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: pytorch#2281

Reviewed By: carolineechen

Differential Revision: D34939494

Pulled By: mthrok

fbshipit-source-id: e97100b95a8e3d3e28805d8fab43b66120c2254d
  • Loading branch information
mthrok authored and xiaohui-zhang committed May 4, 2022
1 parent 9bf87c1 commit 2166ac3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/tutorials/audio_feature_extractions_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def plot_kaldi_pitch(waveform, sample_rate, pitch, nfcc):
# -----------
#
# To get the frequency make-up of an audio signal as it varies with time,
# you can use :py:func:`torchaudio.functional.Spectrogram`.
# you can use :py:func:`torchaudio.transforms.Spectrogram`.
#


Expand Down
2 changes: 1 addition & 1 deletion torchaudio/datasets/cmuarctic.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class CMUARCTIC(Dataset):
Args:
root (str or Path): Path to the directory where the dataset is found or downloaded.
url (str, optional):
The URL to download the dataset from or the type of the dataset to dowload.
The URL to download the dataset from or the type of the dataset to download.
(default: ``"aew"``)
Allowed type values are ``"aew"``, ``"ahw"``, ``"aup"``, ``"awb"``, ``"axb"``, ``"bdl"``,
``"clb"``, ``"eey"``, ``"fem"``, ``"gka"``, ``"jmk"``, ``"ksp"``, ``"ljm"``, ``"lnh"``,
Expand Down

0 comments on commit 2166ac3

Please sign in to comment.