Skip to content

Commit

Permalink
Merge pull request #1071 from Arnie97/patch-1
Browse files Browse the repository at this point in the history
Changes "import Image" to "from PIL import Image".
  • Loading branch information
wiredfool committed Jan 8, 2015
2 parents ede3e81 + 192e445 commit 7937ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/ImageMath.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Example: Using the :py:mod:`~PIL.ImageMath` module

.. code-block:: python
import Image, ImageMath
from PIL import Image, ImageMath
im1 = Image.open("image1.jpg")
im2 = Image.open("image2.jpg")
Expand Down

0 comments on commit 7937ac1

Please sign in to comment.