py/gadict_c5.py
changeset 434 a4104db1451a
parent 433 e8e9a3ddce4f
child 443 1753abbd1995
--- a/py/gadict_c5.py	Sat Apr 02 00:36:33 2016 +0300
+++ b/py/gadict_c5.py	Sat Apr 02 00:39:10 2016 +0300
@@ -70,8 +70,6 @@
     FOUT.write(title)
     FOUT.write("\n\n")
     for (word, (pron, attrs)) in article[0].items():
-        if word == "approach":
-            FOUT.write(str(article[0]))
         FOUT.write("  ")
         FOUT.write(word)
         if pron is not None: