mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +03:00
Changed example image file name [ci skip]
This commit is contained in:
parent
cfff80ad76
commit
a6fc7a5320
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user