commit | 5fa21b3ab7175f55f89cb194b544d5d4bd06a481 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Mon Jun 30 14:30:54 2014 -0400 |
committer | Behdad Esfahbod <behdad@behdad.org> | Mon Jun 30 14:30:54 2014 -0400 |
tree | 8d834489985be492bc5a7b2281d65e41ad4c652c | |
parent | 5c4e3e9a57b6b735e7d72cbd5f4070cf024d7015 [diff] [blame] |
[indic-table] Fix category frequency counts in comments
diff --git a/src/gen-indic-table.py b/src/gen-indic-table.py index 6891424..8c31d48 100755 --- a/src/gen-indic-table.py +++ b/src/gen-indic-table.py
@@ -36,7 +36,7 @@ for u in range (start, end + 1): data[i][u] = t - values[i][t] = values[i].get (t, 0) + 1 + values[i][t] = values[i].get (t, 0) + end - start + 1 # Merge data into one dict: defaults = ('Other', 'Not_Applicable', 'No_Block')