Skip to content

Commit 6a5c588

Browse files
authored
Fix docstring typo (python-pillow#9407)
2 parents 6564325 + a293273 commit 6a5c588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PIL/Image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ def _import_plugin_for_extension(ext: str | bytes) -> bool:
428428

429429
def preinit() -> None:
430430
"""
431-
Explicitly loads BMP, GIF, JPEG, PPM and PPM file format drivers.
431+
Explicitly loads BMP, GIF, JPEG, PPM and PNG file format drivers.
432432
433433
It is called when opening or saving images.
434434
"""

0 commit comments

Comments
 (0)