From de99332cb5171628ff6f8968576bc9235121a876 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Tue, 8 Sep 2015 16:01:29 +0800 Subject: fixes gen_table_index_for_chewing_key function --- scripts2/fullpinyintable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts2') diff --git a/scripts2/fullpinyintable.py b/scripts2/fullpinyintable.py index b8cb1a6..45805ff 100644 --- a/scripts2/fullpinyintable.py +++ b/scripts2/fullpinyintable.py @@ -383,7 +383,7 @@ def handle_special_rules(bopomofo, corrects): return handle_rules(bopomofo, corrects) -def gen_table_index_for_chewing_key(content_table): +def gen_table_index_for_chewing_key(): entries = [] for i in range(0, len(chewing.CHEWING_INITIAL_LIST)): initial = chewing.CHEWING_INITIAL_LIST[i] -- cgit