From 96e715df2b14c33c5a0c8b0aff688320fffc135c Mon Sep 17 00:00:00 2001 From: romjerome Date: Sun, 29 Dec 2019 14:59:57 +0100 Subject: [PATCH] fix trailing whitespace https://github.com/gramps-project/gramps/pull/966#issuecomment-569182132 thanks! --- gramps/gen/plug/docgen/treedoc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/gen/plug/docgen/treedoc.py b/gramps/gen/plug/docgen/treedoc.py index 3a1906da6..3382c2efc 100644 --- a/gramps/gen/plug/docgen/treedoc.py +++ b/gramps/gen/plug/docgen/treedoc.py @@ -158,7 +158,7 @@ class TreeOptions: marriage.add_item(item["value"], item["name"]) marriage.set_help(_("Position of marriage information.")) menu.add_option(category, "marriage", marriage) - + occupation = EnumeratedListOption(_("Occupation"), "") for item in _OCCUPATION: occupation.add_item(item["value"], item["name"])