From 8a062617d0669cc421b1ec272c4873e6d476a81c Mon Sep 17 00:00:00 2001 From: Ankit Agrawal Date: Tue, 30 Jul 2013 03:22:45 +0530 Subject: [PATCH] Correcting grammatical typo --- skimage/morphology/selem.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skimage/morphology/selem.py b/skimage/morphology/selem.py index 8d907d88..d403a27a 100644 --- a/skimage/morphology/selem.py +++ b/skimage/morphology/selem.py @@ -212,7 +212,7 @@ def ball(radius, dtype=np.uint8): def octagon(m, n, dtype=np.uint8): """ - Generates a octagon shaped structuring element with a given size of + Generates an octagon shaped structuring element with a given size of horizontal and vertical sides and a given height of slanted sides. The slanted sides are 45 or 135 degrees to the horizontal axis.