py/gadict_c5.py
changeset 597 7ad3ac702099
parent 596 6c5ff92517a4
child 618 6ad7203ac9dc
--- a/py/gadict_c5.py	Mon Oct 10 18:46:48 2016 +0300
+++ b/py/gadict_c5.py	Mon Oct 10 19:40:55 2016 +0300
@@ -121,7 +121,7 @@
         for (lang, tr) in sense.glos_list or []:
             if LANGS and not (lang in LANGS):
                 continue
-            FOUT.write("    ")
+            FOUT.write("  ")
             if not LANGS or len(LANGS) > 1:
                 FOUT.write(lang)
             FOUT.write("↦ ")