mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 09:57:43 +03:00 
			
		
		
		
	Fixed typo
This commit is contained in:
		
							parent
							
								
									552e7a579b
								
							
						
					
					
						commit
						46fad0fd63
					
				| 
						 | 
					@ -548,7 +548,7 @@ class ImageFileDirectory(collections.MutableMapping):
 | 
				
			||||||
                # and doesn't match the tiff spec: 8-bit byte that
 | 
					                # and doesn't match the tiff spec: 8-bit byte that
 | 
				
			||||||
                # contains a 7-bit ASCII code; the last byte must be
 | 
					                # contains a 7-bit ASCII code; the last byte must be
 | 
				
			||||||
                # NUL (binary zero). Also, I don't think this was well
 | 
					                # NUL (binary zero). Also, I don't think this was well
 | 
				
			||||||
                # excersized before.
 | 
					                # exercised before.
 | 
				
			||||||
                data = value = b"" + value.encode('ascii', 'replace') + b"\0"
 | 
					                data = value = b"" + value.encode('ascii', 'replace') + b"\0"
 | 
				
			||||||
            else:
 | 
					            else:
 | 
				
			||||||
                # integer data
 | 
					                # integer data
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user