summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts2/fullpinyintable.py2
1 files changed, 1 insertions, 1 deletions
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]