Merge pull request #3881 from radarhere/show

Link method in docs
This commit is contained in:
Hugo 2019-06-02 22:17:29 +03:00 committed by GitHub
commit 593217f897
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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