Link method [ci skip]

This commit is contained in:
Andrew Murray 2019-06-02 13:34:18 +10:00
parent c18ed95a29
commit e1df2118b3

View File

@ -33,7 +33,7 @@ DIB interface <PIL.ImageWin>` that can be used with PythonWin and other
Windows-based toolkits. Many other GUI toolkits come with some kind of PIL
support.
For debugging, theres also a :py:meth:`show` method which saves an image to
For debugging, theres also a :py:meth:`~PIL.Image.Image.show` method which saves an image to
disk, and calls an external display utility.
Image Processing