Skip to content

Commit 4aa582a

Browse files
authored
Merge pull request #4408 from radarhere/tutorial
Grammar fix
2 parents 32bfbca + db970ac commit 4aa582a

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)