We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b364df commit eb89942Copy full SHA for eb89942
torchaudio/datasets/commonvoice.py
@@ -183,7 +183,7 @@ def __init__(self,
183
raise RuntimeError(
184
"Common Voice dataset requires user agreement on the usage term, "
185
"and torchaudio no longer provides the download feature. "
186
- "Please download the dataseet manually and place it in the root directory, "
+ "Please download the dataseet manually and extract it in the root directory, "
187
"then provide the target language to `url` argument.")
188
if url not in languages:
189
raise ValueError(f"`url` must be one of available languages: {languages.keys()}")
0 commit comments