Skip to content

Commit db970ac

Browse files
committed
Grammar fix [ci skip]
1 parent 32bfbca commit db970ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/handbook/tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ More on reading images
441441

442442
As described earlier, the :py:func:`~PIL.Image.open` function of the
443443
:py:mod:`~PIL.Image` module is used to open an image file. In most cases, you
444-
simply pass it the filename as an argument. ``Image.open()`` can be used a
444+
simply pass it the filename as an argument. ``Image.open()`` can be used as a
445445
context manager::
446446

447447
from PIL import Image

0 commit comments

Comments
 (0)