# HG changeset patch # User Oleksandr Gavenko # Date 1475773988 -10800 # Node ID 8559d847b8c0c748a87f7a146fbc4c12174e7e4d # Parent c22723594d95d498646e4c43fdf5a62d26956add Custom headwords do not need indentation after omitting built-in headwords (--without-headword). diff -r c22723594d95 -r 8559d847b8c0 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(" [")