doc fix
This commit is contained in:
David Schmidt 2014-02-25 09:56:49 +01:00
parent f826114ce9
commit 37f4aea0d0

View File

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