From 0035813ee18f2549592c2d806f445ab20cc6e143 Mon Sep 17 00:00:00 2001 From: Michael J Gruber Date: Mon, 5 Mar 2018 13:44:16 +0100 Subject: remove superfluous list() for ConfigObj force_list() converts single items to lists already. Thus, remove a superfluous list() that could be mistaken for converting a single string into a list of chars. --- docs/source/configuration/accounts_table | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/source/configuration/accounts_table b/docs/source/configuration/accounts_table index 33c554a3..4ebe0746 100644 --- a/docs/source/configuration/accounts_table +++ b/docs/source/configuration/accounts_table @@ -87,7 +87,7 @@ list of tags to automatically add to outgoing messages :type: string list - :default: sent, + :default: sent .. _signature: -- cgit v1.2.3