From 31866640aca14808c6f0802eb57e08c75d260d11 Mon Sep 17 00:00:00 2001 From: M5oul Date: Sat, 21 Dec 2013 12:09:58 +0100 Subject: [PATCH] Update yunohost_app.py Correction --- yunohost_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yunohost_app.py b/yunohost_app.py index 24a7299d..ead0ac45 100644 --- a/yunohost_app.py +++ b/yunohost_app.py @@ -609,7 +609,7 @@ def app_removeaccess(apps, users): def app_setting(app, key, value=None, delete=False): """ - Set ou get an app setting value + Set or get an app setting value Keyword argument: value -- Value to set