From 6085918b039f6538eccc45b92b9f7a7af38df705 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 30 Oct 2020 00:55:50 +0100 Subject: [PATCH] Typo in comment Co-authored-by: Kayou --- src/yunohost/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/yunohost/app.py b/src/yunohost/app.py index 877cd5d83..1c3f8820b 100644 --- a/src/yunohost/app.py +++ b/src/yunohost/app.py @@ -1222,7 +1222,7 @@ def app_setting(app, key, value=None, delete=False): # DELETE if delete: # If 'is_public' setting still exists, we interpret this as - # coming from a legacy app (because new apps should manage the + # coming from a legacy app (because new apps shouldn't manage the # is_public state themselves anymore...) # # In that case, we interpret the request for "deleting