Skip to content

Commit

Permalink
Update julia1.py
Browse files Browse the repository at this point in the history
Fixed the doc string.  This version of the file _includes_ the optional image drawing.  But, the code only works if you use the Pillow fork of PIL.  The latest official PIL release (1.7.6) does not have the `Image.frombytes` method invoked here!
  • Loading branch information
tpudlik committed Dec 31, 2014
1 parent 1579e07 commit e7e1562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01_profiling/cpu_profiling/julia1.py
@@ -1,4 +1,4 @@
"""Julia set generator without optional PIL-based image drawing"""
"""Julia set generator with optional Pillow-based image drawing"""
import time
from PIL import Image
import array
Expand Down

0 comments on commit e7e1562

Please sign in to comment.