diff --git a/skimage/measure/_regionprops.py b/skimage/measure/_regionprops.py index 88f7f843..7bcfcf81 100644 --- a/skimage/measure/_regionprops.py +++ b/skimage/measure/_regionprops.py @@ -344,9 +344,9 @@ def regionprops(label_image, intensity_image=None, cache=True): Returns ------- - properties : list - List containing a properties for each region. The properties of each - region can be accessed as attributes and keys. + properties : list of RegionProperties + Each item describes one labeled region, and can be accessed using the + attributes listed below. Notes -----