Fix docstring typo (#9407)

This commit is contained in:
Andrew Murray 2026-01-27 08:58:11 +11:00 committed by GitHub
commit 6a5c588c5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.
"""