mirror of
https://github.com/python-pillow/Pillow.git
synced 2026-01-27 18:45:53 +03:00
Fix docstring typo (#9407)
This commit is contained in:
commit
6a5c588c5f
|
|
@ -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.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user