From 290e3e92a688842146047b5cb5f867898d26fb86 Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Wed, 8 May 2013 16:06:16 -0400 Subject: [PATCH] Wording --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1113c32a6..c5a7bbbf6 100644 --- a/setup.py +++ b/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("[")