Skip to content

Commit

Permalink
Merge pull request #7674 from nulano/url-example
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Jan 1, 2024
2 parents 7c526a6 + de62b25 commit 40a3f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/handbook/tutorial.rst
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 40a3f91

Please sign in to comment.