diff --git a/src/PIL/Image.py b/src/PIL/Image.py index da61ef4dd..5416524c0 100644 --- a/src/PIL/Image.py +++ b/src/PIL/Image.py @@ -1933,8 +1933,7 @@ class Image: The new layer must be either "L" or "1". :param alpha: The new alpha layer. This can either be an "L" or "1" - image having the same size as this image, or an integer or - other color value. + image having the same size as this image, or an integer. """ self._ensure_mutable()