mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Fixed typo in django/test/utils.py.
This commit is contained in:
		
				
					committed by
					
						 Mariusz Felisiak
						Mariusz Felisiak
					
				
			
			
				
	
			
			
			
						parent
						
							86561844ce
						
					
				
				
					commit
					a564f44350
				
			| @@ -572,7 +572,7 @@ class modify_settings(override_settings): | ||||
|             except KeyError: | ||||
|                 value = list(getattr(settings, name, [])) | ||||
|             for action, items in operations.items(): | ||||
|                 # items my be a single value or an iterable. | ||||
|                 # items may be a single value or an iterable. | ||||
|                 if isinstance(items, str): | ||||
|                     items = [items] | ||||
|                 if action == "append": | ||||
|   | ||||
		Reference in New Issue
	
	Block a user