diff --git a/src/PIL/Image.py b/src/PIL/Image.py index 0f0d49e82..d42a919ca 100644 --- a/src/PIL/Image.py +++ b/src/PIL/Image.py @@ -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`.