Custom headwords do not need indentation after omitting built-in headwords (--without-headword).
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 06 Oct 2016 20:13:08 +0300
changeset 591 8559d847b8c0
parent 590 c22723594d95
child 592 f45410f1f80e
Custom headwords do not need indentation after omitting built-in headwords (--without-headword).
py/gadict_c5.py
--- a/py/gadict_c5.py	Wed Oct 05 00:34:48 2016 +0300
+++ b/py/gadict_c5.py	Thu Oct 06 20:13:08 2016 +0300
@@ -71,7 +71,6 @@
     FOUT.write(title)
     FOUT.write("\n\n")
     for hw in headwords:
-        FOUT.write("  ")
         FOUT.write(hw.headword)
         if hw.pron is not None:
             FOUT.write(" [")