Skip to content

Commit

Permalink
fix image url in "Reading from URL" example
Browse files Browse the repository at this point in the history
  • Loading branch information
nulano committed Jan 1, 2024
1 parent 7c526a6 commit de62b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/handbook/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ Reading from URL

from PIL import Image
from urllib.request import urlopen
url = "https://python-pillow.org/images/pillow-logo.png"
url = "https://python-pillow.org/assets/images/pillow-logo.png"
img = Image.open(urlopen(url))


Expand Down

0 comments on commit de62b25

Please sign in to comment.