mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 09:14:27 +03:00
Wording
This commit is contained in:
parent
eee43319bb
commit
290e3e92a6
2
setup.py
2
setup.py
|
@ -389,7 +389,7 @@ class pil_build_ext(build_ext):
|
|||
def summary_report(self, feature, unsafe_zlib):
|
||||
|
||||
print("-" * 68)
|
||||
print("SETUP SUMMARY (Pillow %s fork, originally based on PIL %s)" % (VERSION, PIL_VERSION))
|
||||
print("SETUP SUMMARY (Pillow %s PIL fork, originally based on PIL %s)" % (VERSION, PIL_VERSION))
|
||||
print("-" * 68)
|
||||
print("version %s (Pillow)" % VERSION)
|
||||
v = sys.version.split("[")
|
||||
|
|
Loading…
Reference in New Issue
Block a user