From db970acfa5f334f908c74cd469e656585c7826f9 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Thu, 6 Feb 2020 20:10:34 +1100 Subject: [PATCH] Grammar fix [ci skip] --- docs/handbook/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/handbook/tutorial.rst b/docs/handbook/tutorial.rst index 040216c20..acb61291c 100644 --- a/docs/handbook/tutorial.rst +++ b/docs/handbook/tutorial.rst @@ -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