diff --git a/src/PIL/Image.py b/src/PIL/Image.py index 8a28b56bd..fdcc680b9 100644 --- a/src/PIL/Image.py +++ b/src/PIL/Image.py @@ -428,7 +428,7 @@ def _import_plugin_for_extension(ext: str | bytes) -> bool: def preinit() -> None: """ - Explicitly loads BMP, GIF, JPEG, PPM and PPM file format drivers. + Explicitly loads BMP, GIF, JPEG, PPM and PNG file format drivers. It is called when opening or saving images. """