diff options
| author | Peng Wu <alexepico@gmail.com> | 2015-09-08 16:24:15 +0800 |
|---|---|---|
| committer | Peng Wu <alexepico@gmail.com> | 2015-09-08 16:24:15 +0800 |
| commit | bfa488b1e2fdd91cf18e7fa9e45d45623a60b8ae (patch) | |
| tree | 89718a9e2e1e135184cd703426369765c1688e05 /scripts2/fullpinyintable.py | |
| parent | 114466ac12094a9b7950bc1f2e5ffec2975a7240 (diff) | |
fixes typo
Diffstat (limited to 'scripts2/fullpinyintable.py')
| -rw-r--r-- | scripts2/fullpinyintable.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts2/fullpinyintable.py b/scripts2/fullpinyintable.py index 45805ff..c46c1ae 100644 --- a/scripts2/fullpinyintable.py +++ b/scripts2/fullpinyintable.py @@ -423,5 +423,5 @@ if __name__ == "__main__": s = gen_content_table() + gen_pinyin_index() + gen_zhuyin_index() s = gen_content_table() + gen_luoma_pinyin_index() + gen_secondary_zhuyin_index() s = gen_hsu_zhuyin_index() + gen_eten26_zhuyin_index() - s = gen_table_index_for_chewing_key(content_table) + s = gen_table_index_for_chewing_key() print(s) |
