diff --git a/PIL/Image.py b/PIL/Image.py index 69c303f15..f9d90649b 100644 --- a/PIL/Image.py +++ b/PIL/Image.py @@ -2051,7 +2051,7 @@ class Image(object): _show(self, title=title, command=command) def split(self): - # type: () -> Tuple + # type: () -> Tuple[Image, ...] """ Split this image into individual bands. This method returns a tuple of individual image bands from an image. For example,