mirror of
				https://github.com/django/django.git
				synced 2025-10-28 16:16:12 +00:00 
			
		
		
		
	[2.2.x] Fixed spelling mistakes in comments and tests.
Backport of 255d6a26a8 from master.
			
			
This commit is contained in:
		
				
					committed by
					
						 Tim Graham
						Tim Graham
					
				
			
			
				
	
			
			
			
						parent
						
							1092bf02e6
						
					
				
				
					commit
					a536cf1f9f
				
			| @@ -198,7 +198,7 @@ class ConversionExceptionTests(SimpleTestCase): | ||||
|         with self.assertRaises(Resolver404): | ||||
|             resolve('/dynamic/abc/') | ||||
|  | ||||
|     def test_resolve_type_error_propogates(self): | ||||
|     def test_resolve_type_error_propagates(self): | ||||
|         @DynamicConverter.register_to_python | ||||
|         def raises_type_error(value): | ||||
|             raise TypeError('This type error propagates.') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user