From df1d61e4618ab8ffb2a2a2d8567d8be3bc069bbd Mon Sep 17 00:00:00 2001 From: Vighnesh Birodkar Date: Thu, 3 Jul 2014 09:55:17 +0530 Subject: [PATCH] Spelling correction. --- skimage/graph/rag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skimage/graph/rag.py b/skimage/graph/rag.py index aacba2ba..84721736 100644 --- a/skimage/graph/rag.py +++ b/skimage/graph/rag.py @@ -97,7 +97,7 @@ def _add_edge_filter(values, graph): Returns ------- 0 : int - Always returns 0. The return value is required so that `generic_fitler` + Always returns 0. The return value is required so that `generic_filter` can put it in the output array. """