sagot commited on
Commit
01de2b0
·
1 Parent(s): 6de32da

Update lefff_morpho.py

Browse files
Files changed (1) hide show
  1. lefff_morpho.py +1 -1
lefff_morpho.py CHANGED
@@ -123,5 +123,5 @@ class LefffMorpho(datasets.GeneratorBasedBuilder):
123
  with open(filepath, encoding="utf-8") as f:
124
  lefff_morpho = json.load(f)
125
  for key, row in enumerate(lefff_morpho):
126
- print row
127
  yield key, row
 
123
  with open(filepath, encoding="utf-8") as f:
124
  lefff_morpho = json.load(f)
125
  for key, row in enumerate(lefff_morpho):
126
+ print(row)
127
  yield key, row