Skip to content

Commit

Permalink
Merge pull request #8534 from radarhere/parse
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Nov 5, 2024
2 parents 8561875 + 48db4a1 commit 7fe56d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/ImageFile.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Example: Parse an image

from PIL import ImageFile

fp = open("hopper.pgm", "rb")
fp = open("hopper.ppm", "rb")

p = ImageFile.Parser()

Expand Down

0 comments on commit 7fe56d6

Please sign in to comment.