Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bf008b0

Browse files
committed
User should install Pillow to get PIL
1 parent c30b74e commit bf008b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pylab_examples/agg_buffer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
try:
1414
from PIL import Image
1515
except ImportError:
16-
raise SystemExit("PIL must be installed to run this example")
16+
raise SystemExit("pillow must be installed to run this example")
1717

1818
plt.plot([1, 2, 3])
1919

0 commit comments

Comments
 (0)