reach-vb HF staff commited on
Commit
fb0b8ae
1 Parent(s): c62f426
Files changed (1) hide show
  1. common_voice.py +3 -2
common_voice.py CHANGED
@@ -636,8 +636,9 @@ class CommonVoice(datasets.GeneratorBasedBuilder):
636
  This version of the Common Voice dataset is deprecated.
637
  You can download the latest one with
638
  >>> load_dataset(\"mozilla-foundation/common_voice_11_0\", \"en\")
639
- """
640
- )
 
641
 
642
  features = datasets.Features(
643
  {
636
  This version of the Common Voice dataset is deprecated.
637
  You can download the latest one with
638
  >>> load_dataset(\"mozilla-foundation/common_voice_11_0\", \"en\")
639
+ """,
640
+ FutureWarning,
641
+ )
642
 
643
  features = datasets.Features(
644
  {