Updated deprecation message

This commit is contained in:
Andrew Murray 2024-04-22 19:15:38 +10:00
parent e144e41879
commit 2e1d2b2029

View File

@ -278,7 +278,7 @@ PREFIXES = [
]
if not getattr(Image.core, "libtiff_support_custom_tags", True):
deprecate("Support for libtiff earlier than 4", 12)
deprecate("Support for LibTIFF earlier than version 4", 12)
def _accept(prefix: bytes) -> bool: