Skip to content

Commit

Permalink
Merge pull request #3881 from radarhere/show
Browse files Browse the repository at this point in the history
Link method in docs
  • Loading branch information
hugovk committed Jun 2, 2019
2 parents c18ed95 + e1df211 commit 593217f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/handbook/overview.rst
Expand Up @@ -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, there’s also a :py:meth:`show` method which saves an image to
For debugging, there’s also a :py:meth:`~PIL.Image.Image.show` method which saves an image to
disk, and calls an external display utility.

Image Processing
Expand Down

0 comments on commit 593217f

Please sign in to comment.