From 6213a701070e199cc9fa5028f4e4917163cb0090 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Fri, 15 Nov 2019 10:25:08 +0200 Subject: [PATCH] Improve wording Co-Authored-By: Andrew Murray <3112309+radarhere@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 02d2760c3..2f18a0048 100755 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ ZLIB_ROOT = None if sys.platform == "win32" and sys.version_info >= (3, 9): warnings.warn( - "Pillow {} does not support Python {}.{} and does not provide prebuilt" + "Pillow {} does not support Python {}.{} and does not provide prebuilt " "Windows binaries. We do not recommend building from source on Windows.".format( PILLOW_VERSION, sys.version_info.major, sys.version_info.minor ),