Fixed typo

This commit is contained in:
Andrew Murray 2019-02-19 19:49:50 +11:00
parent daa8b51339
commit dbc476255e

View File

@ -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