mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-03 05:04:24 +03:00
Update ExifTags.py
Fixed typo. No other instances in this repo.
This commit is contained in:
parent
a8f434f676
commit
8cc48b24fe
|
@ -346,7 +346,7 @@ class Interop(IntEnum):
|
||||||
InteropVersion = 2
|
InteropVersion = 2
|
||||||
RelatedImageFileFormat = 4096
|
RelatedImageFileFormat = 4096
|
||||||
RelatedImageWidth = 4097
|
RelatedImageWidth = 4097
|
||||||
RleatedImageHeight = 4098
|
RelatedImageHeight = 4098
|
||||||
|
|
||||||
|
|
||||||
class IFD(IntEnum):
|
class IFD(IntEnum):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user