Skip to content

Commit 6725be4

Browse files
author
Bob Abeles
committed
And formatting, again
1 parent 3f4332b commit 6725be4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/maketranslationdata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ def est_net_savings(s, occ):
303303
# picking to top 100 scores.
304304

305305
counter = sorted(counter.items(), key=lambda x: math.log(x[1]) * len(x[0]), reverse=True)[
306-
:100
306+
:100
307307
]
308308
scores = sorted(
309309
((s, -est_net_savings(s, occ)) for (s, occ) in counter if occ > 1),

0 commit comments

Comments
 (0)