Skip to content

Commit eb89942

Browse files
committed
Change instrcution to 'extract'
1 parent 2b364df commit eb89942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchaudio/datasets/commonvoice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def __init__(self,
183183
raise RuntimeError(
184184
"Common Voice dataset requires user agreement on the usage term, "
185185
"and torchaudio no longer provides the download feature. "
186-
"Please download the dataseet manually and place it in the root directory, "
186+
"Please download the dataseet manually and extract it in the root directory, "
187187
"then provide the target language to `url` argument.")
188188
if url not in languages:
189189
raise ValueError(f"`url` must be one of available languages: {languages.keys()}")

0 commit comments

Comments
 (0)