Skip to content

Commit a293273

Browse files
committed
Fix docstring typo
1 parent bc64ccb commit a293273

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PIL/Image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ def getmodebands(mode: str) -> int:
326326

327327
def preinit() -> None:
328328
"""
329-
Explicitly loads BMP, GIF, JPEG, PPM and PPM file format drivers.
329+
Explicitly loads BMP, GIF, JPEG, PPM and PNG file format drivers.
330330
331331
It is called when opening or saving images.
332332
"""

0 commit comments

Comments
 (0)