diff --git a/PIL/Image.py b/PIL/Image.py index fa743c602..92b6164e8 100644 --- a/PIL/Image.py +++ b/PIL/Image.py @@ -67,7 +67,7 @@ try: from PIL import _imaging as core if PILLOW_VERSION != getattr(core, 'PILLOW_VERSION', None): raise ImportError("The _imaging extension was built for another " - " version of Pillow or PIL") + "version of Pillow or PIL") except ImportError as v: core = _imaging_not_installed()