mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-21 20:38:57 +00:00
utils/types: fix toggle_set docstring
The docstring claimed that the toggle_set was "A list that...".
This commit is contained in:
parent
f5cc58d847
commit
2ff1a87e53
@ -359,7 +359,7 @@ class prioritylist(object):
|
|||||||
|
|
||||||
class toggle_set(set):
|
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
|
A prefix of ``~`` is used to denote disabling something, for example
|
||||||
the list ['apples', '~oranges', 'cherries'] enables both ``apples``
|
the list ['apples', '~oranges', 'cherries'] enables both ``apples``
|
||||||
|
Loading…
x
Reference in New Issue
Block a user