Merge pull request #531 from d-schmidt/patch-3

Doc fix -- Image.paste is in place. Fixes #529
This commit is contained in:
wiredfool 2014-02-28 15:59:57 -08:00
commit b8942d4932

View File

@ -1098,7 +1098,6 @@ class Image:
third, the box defaults to (0, 0), and the second argument third, the box defaults to (0, 0), and the second argument
is interpreted as a mask image. is interpreted as a mask image.
:param mask: An optional mask image. :param mask: An optional mask image.
:returns: An :py:class:`~PIL.Image.Image` object.
""" """
if isImageType(box) and mask is None: if isImageType(box) and mask is None: