typos in csv2csv.py - probably last version done while working on fr,cat and es dicts wasn't commited

doc_update_sequoia
Edouard Tisserant 2016-12-09 15:16:48 +01:00
parent a85281fd45
commit 466df851aa
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ _all = (
if not space.match(line)
)
_some = line for line in _all if len(line[2]) < args.length
_some = (line for line in _all if len(line[2]) < args.length)
for i, w in enumerate(_all):
for i, w in enumerate(_some):
print("{l},{i},{w},0".format(l=w[0], i=i, w=w[2]))