Merge pull request #4408 from radarhere/tutorial

Grammar fix
This commit is contained in:
Hugo van Kemenade 2020-02-06 11:34:56 +02:00 committed by GitHub
commit 4aa582a155
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -441,7 +441,7 @@ More on reading images
As described earlier, the :py:func:`~PIL.Image.open` function of the
:py:mod:`~PIL.Image` module is used to open an image file. In most cases, you
simply pass it the filename as an argument. ``Image.open()`` can be used a
simply pass it the filename as an argument. ``Image.open()`` can be used as a
context manager::
from PIL import Image