Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
system HF staff commited on
Commit
5715883
1 Parent(s): d465237

Update files from the datasets library (from 1.6.1)

Browse files

Release notes: https://github.com/huggingface/datasets/releases/tag/1.6.1

Files changed (1) hide show
  1. jfleg.py +1 -1
jfleg.py CHANGED
@@ -120,7 +120,7 @@ class Jfleg(datasets.GeneratorBasedBuilder):
120
  ]
121
 
122
  def _generate_examples(self, filepath, split):
123
- """ Yields examples. """
124
 
125
  source_file = filepath["src"]
126
  with open(source_file, encoding="utf-8") as f:
 
120
  ]
121
 
122
  def _generate_examples(self, filepath, split):
123
+ """Yields examples."""
124
 
125
  source_file = filepath["src"]
126
  with open(source_file, encoding="utf-8") as f: