Fixed wording

Co-Authored-By: Hugo <hugovk@users.noreply.github.com>
This commit is contained in:
Andrew Murray 2019-06-29 18:02:08 +10:00 committed by GitHub
parent 1abcada1c5
commit d2fdb4818c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ ImageSequence.all_frames
A new method to facilitate applying a given function to all frames in an image, or to A new method to facilitate applying a given function to all frames in an image, or to
all frames in a list of images. The frames are returned as a list of separate images. all frames in a list of images. The frames are returned as a list of separate images.
For example, ``ImageSequence.all_frames(im, lambda im_frame: im_frame.rotate(90))`` For example, ``ImageSequence.all_frames(im, lambda im_frame: im_frame.rotate(90))``
could used to return all frames from an image, each rotated 90 degrees. could be used to return all frames from an image, each rotated 90 degrees.
Variation fonts Variation fonts
^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^