Skip to content

Commit 7fe56d6

Browse files
authored
Merge pull request #8534 from radarhere/parse
2 parents 8561875 + 48db4a1 commit 7fe56d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/ImageFile.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Example: Parse an image
1919

2020
from PIL import ImageFile
2121

22-
fp = open("hopper.pgm", "rb")
22+
fp = open("hopper.ppm", "rb")
2323

2424
p = ImageFile.Parser()
2525

0 commit comments

Comments
 (0)