diff --git a/src/PIL/ImageTk.py b/src/PIL/ImageTk.py index 51a4db5af..59b3f8976 100644 --- a/src/PIL/ImageTk.py +++ b/src/PIL/ImageTk.py @@ -184,7 +184,8 @@ class PhotoImage: :param im: A PIL image. The size must match the target region. If the mode does not match, the image is converted to the mode of the bitmap image. - :param box: Deprecated. + :param box: Deprecated. This parameter will be removed in Pillow 10 + (2023-07-01). """ if box is not None: