mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-31 15:12:25 +00: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
						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