Add missing space

This commit is contained in:
Steven Silvester
2016-01-30 19:09:44 -06:00
parent 040d0475c1
commit cfc5db7a6c
+1 -1
View File
@@ -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)