From a1e2d42ea08091803615377727d7008e182d33ee Mon Sep 17 00:00:00 2001 From: Alexander Date: Sat, 12 Aug 2017 10:32:42 +0300 Subject: [PATCH] text fixes --- PIL/Image.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PIL/Image.py b/PIL/Image.py index b2111c97c..f23c4e32c 100644 --- a/PIL/Image.py +++ b/PIL/Image.py @@ -1948,7 +1948,7 @@ class Image(object): blue). If you need only one band, :py:meth:`~PIL.Image.Image.getchannel` - method can be more convinient and faster. + method can be more convenient and faster. :returns: A tuple containing bands. """ @@ -1964,7 +1964,7 @@ class Image(object): def getchannel(self, channel): """ - Returns an image contained single channel of the source image. + Returns an image containing a single channel of the source image. :param channel: What channel to return. Could be index (0 for "R" channel of "RGB") or channel name