fix ImageQt reference

This commit is contained in:
nulano 2020-07-10 01:08:13 +02:00 committed by Andrew Murray
parent 39b5d7b4ac
commit 7a660d548d

View File

@ -9,7 +9,7 @@ objects from PIL images.
.. versionadded:: 1.1.6
.. py:class:: ImageQt.ImageQt(image)
.. py:class:: ImageQt(image)
Creates an :py:class:`~PIL.ImageQt.ImageQt` object from a PIL
:py:class:`~PIL.Image.Image` object. This class is a subclass of