diff --git a/src/PIL/Image.py b/src/PIL/Image.py index 3e680d615..4675c01e3 100644 --- a/src/PIL/Image.py +++ b/src/PIL/Image.py @@ -2062,7 +2062,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,