Include deprecation removal date

Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
Hugo van Kemenade 2022-04-17 08:06:28 +03:00 committed by GitHub
parent 965df6df6f
commit 2dd848ca4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -184,7 +184,8 @@ class PhotoImage:
:param im: A PIL image. The size must match the target region. If the :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 mode does not match, the image is converted to the mode of
the bitmap image. 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: if box is not None: