diff --git a/skimage/filter/rank/generic.py b/skimage/filter/rank/generic.py index 4200c44c..d46c7436 100644 --- a/skimage/filter/rank/generic.py +++ b/skimage/filter/rank/generic.py @@ -446,7 +446,7 @@ def minimum(image, selem, out=None, mask=None, shift_x=False, shift_y=False): def modal(image, selem, out=None, mask=None, shift_x=False, shift_y=False): """Return local mode of an image. - The mode is the value that appears most often in the histogram. + The mode is the value that appears most often in the local histogram. Parameters ----------