diff --git a/src/PIL/Image.py b/src/PIL/Image.py index eb561611718..f150365d3b6 100644 --- a/src/PIL/Image.py +++ b/src/PIL/Image.py @@ -326,7 +326,7 @@ def getmodebands(mode: str) -> int: 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. """