Merge pull request #3707 from radarhere/typo

Fixed typo
This commit is contained in:
Hugo 2019-03-11 08:02:18 +02:00 committed by GitHub
commit 578dec9896
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2002,7 +2002,7 @@ class Image(object):
library automatically seeks to frame 0.
Note that in the current version of the library, most sequence
formats only allows you to seek to the next frame.
formats only allow you to seek to the next frame.
See :py:meth:`~PIL.Image.Image.tell`.