From a293273b31a23f2245116baf425f30c64485ced4 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Mon, 26 Jan 2026 16:10:37 +0200 Subject: [PATCH] Fix docstring typo --- src/PIL/Image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PIL/Image.py b/src/PIL/Image.py index eb5616117..f150365d3 100644 --- a/src/PIL/Image.py +++ b/src/PIL/Image.py @@ -326,7 +326,7 @@ _initialized = 0 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. """