Fix double space in warning message

This commit is contained in:
Johannes Schönberger
2012-12-15 19:35:49 +01:00
parent 450eaee4d9
commit e0f4cd0978
+1 -1
View File
@@ -71,7 +71,7 @@ except ImportError:
"""This would invoke the skimage test suite, but nose couldn't be
imported so the test suite can not run.
"""
raise ImportError("Could not load nose. Unit tests not available.")
raise ImportError("Could not load nose. Unit tests not available.")
else:
def test(verbose=False):
"""Invoke the skimage test suite."""