1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-04 16:07:57 +03:00

Typo in comment

This commit is contained in:
Guillaume Ayoub 2021-07-13 00:20:10 +02:00
parent cbd617516f
commit ea44564983

View File

@ -137,7 +137,7 @@ def get_image_from_uri(cache, url_fetcher, optimize_size, url,
raise ImageLoadingError.from_exception(
raster_exception)
else:
# Store image id to enable cache in Sream.add_image
# Store image id to enable cache in Stream.add_image
pillow_image.id = len(cache)
image = RasterImage(pillow_image, optimize_size)