diff --git a/scikits/image/morphology/selem.py b/scikits/image/morphology/selem.py index cf786d6d..4a5ee0bd 100644 --- a/scikits/image/morphology/selem.py +++ b/scikits/image/morphology/selem.py @@ -69,7 +69,7 @@ def diamond(radius, dtype=np.uint8): Parameters ---------- radius : string - The radius of the disk-shaped structuring element. + The radius of the diamond-shaped structuring element. dtype : data-type The data type of the structuring element.