From 8b7a98901821cf48750f9835bf581ba365ff0d88 Mon Sep 17 00:00:00 2001 From: Hugo Date: Sat, 25 Oct 2014 11:07:34 +0300 Subject: [PATCH] Fix "can can" typo Closes #971. [CI skip] --- PIL/Image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PIL/Image.py b/PIL/Image.py index 105976fcb..ed948e048 100644 --- a/PIL/Image.py +++ b/PIL/Image.py @@ -2334,7 +2334,7 @@ def composite(image1, image2, mask): :param image1: The first image. :param image2: The second image. Must have the same mode and size as the first image. - :param mask: A mask image. This image can can have mode + :param mask: A mask image. This image can have mode "1", "L", or "RGBA", and must have the same size as the other two images. """