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:: .. note::
The standard version of :py:meth:`~PIL.Image.Image.show` is not very 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 efficient, since it saves the image to a temporary file and calls a utility
:command:`xv` utility to display the image. If you dont have :command:`xv` to display the image. If you dont have an appropriate utility installed,
installed, it wont even work. When it does work though, it is very handy it wont even work. When it does work though, it is very handy for
for debugging and tests. debugging and tests.
The following sections provide an overview of the different functions provided in this library. The following sections provide an overview of the different functions provided in this library.