Merge pull request #2185 from timgraham/redundant-space

This commit is contained in:
Andrew Murray 2016-11-01 06:39:19 +11:00 committed by GitHub
commit 33adc640cd

View File

@ -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()