From bfa488b1e2fdd91cf18e7fa9e45d45623a60b8ae Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Tue, 8 Sep 2015 16:24:15 +0800 Subject: fixes typo --- scripts2/fullpinyintable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts2/fullpinyintable.py') 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) -- cgit