From 65b6b6bed7aabd0c392d021dfac0ca811914ea60 Mon Sep 17 00:00:00 2001 From: Tony S Yu Date: Sat, 15 Oct 2011 04:27:35 -0400 Subject: [PATCH] Minor fix to docstring --- scikits/image/morphology/selem.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.