Changed note to be more generic [ci skip]

This commit is contained in:
Andrew Murray 2018-09-29 15:07:59 +10:00
parent 851595d3f7
commit 6072e2e595

View File

@ -41,10 +41,10 @@ example, lets display the image we just loaded::
.. note::
The standard version of :py:meth:`~PIL.Image.Image.show` is not very
efficient, since it saves the image to a temporary file and calls the
:command:`xv` utility to display the image. If you dont have :command:`xv`
installed, it wont even work. When it does work though, it is very handy
for debugging and tests.
efficient, since it saves the image to a temporary file and calls a utility
to display the image. If you dont have an appropriate utility installed,
it wont even work. When it does work though, it is very handy for
debugging and tests.
The following sections provide an overview of the different functions provided in this library.