mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 01:47:47 +03:00 
			
		
		
		
	Fixed typo biger > bigger
This commit is contained in:
		
							parent
							
								
									a7d75c4b21
								
							
						
					
					
						commit
						29c622dd3d
					
				| 
						 | 
					@ -135,7 +135,7 @@ class TestFileJpeg(PillowTestCase):
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def test_large_icc_meta(self):
 | 
					    def test_large_icc_meta(self):
 | 
				
			||||||
        # https://github.com/python-pillow/Pillow/issues/148
 | 
					        # https://github.com/python-pillow/Pillow/issues/148
 | 
				
			||||||
        # Sometimes the meta data on the icc_profile block is biger than
 | 
					        # Sometimes the meta data on the icc_profile block is bigger than
 | 
				
			||||||
        # Image.MAXBLOCK or the image size.
 | 
					        # Image.MAXBLOCK or the image size.
 | 
				
			||||||
        im = Image.open('Tests/images/icc_profile_big.jpg')
 | 
					        im = Image.open('Tests/images/icc_profile_big.jpg')
 | 
				
			||||||
        f = self.tempfile("temp.jpg")
 | 
					        f = self.tempfile("temp.jpg")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user