Correct reference

This commit is contained in:
Andrew Murray 2024-07-19 14:32:59 +10:00
parent 96a1af9fa8
commit c337dfe98a

View File

@ -546,8 +546,8 @@ You can create animated GIFs with Pillow, e.g.
The following class lets you use the for-statement to loop over the sequence:
Using the :py:meth:`ImageSequence.Iterator` class
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Using the :py:class:`~PIL.ImageSequence.Iterator` class
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
::