diff --git a/PIL/Image.py b/PIL/Image.py index 2aab835db..3a3817cd1 100644 --- a/PIL/Image.py +++ b/PIL/Image.py @@ -1325,7 +1325,7 @@ class Image(object): return self.im.getpixel(xy) def getprojection(self): - # type: () -> Tuple[List[Any], List[Any]] + # type: () -> Tuple[List[int], List[int]] """ Get projection to x and y axes