From 2155c16ae0e8736736b613dc700eaae7a14199d4 Mon Sep 17 00:00:00 2001 From: nulano Date: Sat, 20 Jun 2020 12:00:30 +0100 Subject: [PATCH] improve warning wording Co-authored-by: Hugo van Kemenade --- src/PIL/Image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PIL/Image.py b/src/PIL/Image.py index d75fcc6b0..c4f8380df 100644 --- a/src/PIL/Image.py +++ b/src/PIL/Image.py @@ -2177,7 +2177,7 @@ class Image: if command is not None: warnings.warn( - "The command parameter was deprecated and will be removed in a future" + "The command parameter is deprecated and will be removed in a future" "release. Use a subclass of ImageShow.Viewer instead.", DeprecationWarning, )