Changed example image file name [ci skip]

This commit is contained in:
Andrew Murray 2021-01-09 21:14:02 +11:00
parent cfff80ad76
commit a6fc7a5320

View File

@ -22,7 +22,7 @@ Windows).
.. code-block:: python
from PIL import Image
im = Image.open("bride.jpg")
im = Image.open("hopper.jpg")
im.rotate(45).show()
Create thumbnails