Update docs/handbook/tutorial.rst

Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
Jeffrey A. Clark 2024-07-19 09:00:26 -04:00 committed by GitHub
parent 4db8140426
commit eff22bc34e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -528,7 +528,7 @@ You can create animated GIFs with Pillow, e.g.
"rotated_hopper_90.jpg",
]
# Open images and append them to a list
# Open images and create a list
images = [Image.open(filename) for filename in image_filenames]
# Save the images as an animated GIF