mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +03:00
Fixed typo
This commit is contained in:
parent
daa8b51339
commit
dbc476255e
|
@ -1436,7 +1436,7 @@ def _save(im, fp, filename):
|
|||
try:
|
||||
ifd.tagtype[key] = info.tagtype[key]
|
||||
except Exception:
|
||||
pass # might not be an IFD, Might not have populated type
|
||||
pass # might not be an IFD. Might not have populated type
|
||||
|
||||
# additions written by Greg Couch, gregc@cgl.ucsf.edu
|
||||
# inspired by image-sig posting from Kevin Cazabon, kcazabon@home.com
|
||||
|
|
Loading…
Reference in New Issue
Block a user