s/lena/hopper/

This commit is contained in:
wiredfool 2016-07-08 10:52:56 +01:00
parent 1c0d1c547e
commit 36a22e2d63

View File

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