mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-27 02:16:19 +03:00
Improve wording
Co-Authored-By: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
parent
3007f95c05
commit
6213a70107
2
setup.py
2
setup.py
|
@ -45,7 +45,7 @@ ZLIB_ROOT = None
|
||||||
|
|
||||||
if sys.platform == "win32" and sys.version_info >= (3, 9):
|
if sys.platform == "win32" and sys.version_info >= (3, 9):
|
||||||
warnings.warn(
|
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(
|
"Windows binaries. We do not recommend building from source on Windows.".format(
|
||||||
PILLOW_VERSION, sys.version_info.major, sys.version_info.minor
|
PILLOW_VERSION, sys.version_info.major, sys.version_info.minor
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user