Fix "can can" typo

Closes #971.

[CI skip]
This commit is contained in:
Hugo 2014-10-25 11:07:34 +03:00
parent 8a0f5c65b7
commit 8b7a989018

View File

@ -2334,7 +2334,7 @@ def composite(image1, image2, mask):
:param image1: The first image. :param image1: The first image.
:param image2: The second image. Must have the same mode and :param image2: The second image. Must have the same mode and
size as the first image. 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 "1", "L", or "RGBA", and must have the same size as the
other two images. other two images.
""" """