Merge pull request #8534 from radarhere/parse

This commit is contained in:
Hugo van Kemenade 2024-11-05 12:15:38 +02:00 committed by GitHub
commit 7fe56d62c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@ Example: Parse an image
from PIL import ImageFile from PIL import ImageFile
fp = open("hopper.pgm", "rb") fp = open("hopper.ppm", "rb")
p = ImageFile.Parser() p = ImageFile.Parser()