From 2ff1a87e53c8c103fe1d8b76dc2257bd2198e113 Mon Sep 17 00:00:00 2001 From: Sergei Trofimov Date: Fri, 3 Nov 2017 15:32:46 +0000 Subject: [PATCH] utils/types: fix toggle_set docstring The docstring claimed that the toggle_set was "A list that...". --- wa/utils/types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wa/utils/types.py b/wa/utils/types.py index d19bdf1f..aa5cdc8c 100644 --- a/wa/utils/types.py +++ b/wa/utils/types.py @@ -359,7 +359,7 @@ class prioritylist(object): class toggle_set(set): """ - A list that contains items to enable or disable something. + A set that contains items to enable or disable something. A prefix of ``~`` is used to denote disabling something, for example the list ['apples', '~oranges', 'cherries'] enables both ``apples``