From cb28745049315cccafd5aa47cad693d3802ec48a Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Tue, 21 May 2013 17:44:21 -0400 Subject: [PATCH] Wording --- selftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selftest.py b/selftest.py index 252231fbf..b0ad4ff67 100644 --- a/selftest.py +++ b/selftest.py @@ -177,7 +177,7 @@ if __name__ == "__main__": print("-"*68) #print("PIL", Image.VERSION, "TEST SUMMARY ") - print("PIL (Pillow) TEST SUMMARY ") + print("PIL TEST SUMMARY ") print("-"*68) print("Python modules loaded from", os.path.dirname(Image.__file__)) print("Binary modules loaded from", os.path.dirname(Image.core.__file__))