mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-07 13:52:34 +01:00
utils/types: fix toggle_set docstring
The docstring claimed that the toggle_set was "A list that...".
This commit is contained in:
committed by
setrofim
parent
f5cc58d847
commit
2ff1a87e53
@@ -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``
|
||||
|
Reference in New Issue
Block a user