fixed error language

This commit is contained in:
stevendbrown
2015-11-17 08:16:58 -08:00
parent 87adb532e7
commit 6638c92125
+1 -1
View File
@@ -111,7 +111,7 @@ class _RegionProperties(object):
if intensity_image is not None:
if not intensity_image.shape == label_image.shape:
raise ValueError('Label and intensity image must be the same shape.')
raise ValueError('Label and intensity image must have the same shape.')
self.label = label
self._slice = slice