1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-02-20 20:09:11 +00:00

utils/types: fix toggle_set docstring

The docstring claimed that the toggle_set was "A list that...".
This commit is contained in:
Sergei Trofimov 2017-11-03 15:32:46 +00:00 committed by setrofim
parent f5cc58d847
commit 2ff1a87e53

View File

@ -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``