py/gadict_c5.py
changeset 584 255e568d0149
parent 569 5709d5bd349b
child 591 8559d847b8c0
--- a/py/gadict_c5.py	Wed Sep 28 15:05:36 2016 +0300
+++ b/py/gadict_c5.py	Wed Sep 28 20:55:55 2016 +0300
@@ -110,7 +110,7 @@
                 FOUT.write("; ".join(["{"+s+"}" for s in sense.rel_list]))
             if not LANGS or len(LANGS) != 1:
                 FOUT.write("\n")
-        for (lang, tr) in sense.ex_list or []:
+        for (lang, tr) in sense.tr_list or []:
             if LANGS and not (lang in LANGS):
                 continue
             FOUT.write("  ")