From cfc5db7a6c4e1a6edd8ccab90d13793fd73e0933 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Sat, 30 Jan 2016 19:09:44 -0600 Subject: [PATCH] Add missing space --- skimage/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skimage/__init__.py b/skimage/__init__.py index 14b3e448..833be389 100644 --- a/skimage/__init__.py +++ b/skimage/__init__.py @@ -158,7 +158,7 @@ else: if sys.version.startswith('2.6'): - msg = ("Python 2.6 is deprecated and will not be supported in" + msg = ("Python 2.6 is deprecated and will not be supported in " "scikit-image 0.13+") warnings.warn(msg, stacklevel=2)