From 1cb60807787fdff53e26b6115ceac7f0c7a6026a Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 11 Sep 2019 01:46:50 +0100 Subject: [PATCH] Fix typos --- src/yunohost/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/yunohost/settings.py b/src/yunohost/settings.py index df7221db5..59135814c 100644 --- a/src/yunohost/settings.py +++ b/src/yunohost/settings.py @@ -28,7 +28,7 @@ SETTINGS_PATH_OTHER_LOCATION = "/etc/yunohost/settings-%s.json" # * bool # * int # * string -# * enum (in form a python list) +# * enum (in the form of a python list) DEFAULTS = OrderedDict([ ("example.bool", {"type": "bool", "default": True}),