From 878244bf380d3135a31bc4c13bdb6969c3e130c3 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Mon, 11 Mar 2019 11:13:39 +1100 Subject: [PATCH] Fixed typo --- src/PIL/Image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.