From cacd214d688ac872908be13f7f87a58f9b096883 Mon Sep 17 00:00:00 2001 From: Vighnesh Birodkar Date: Sat, 6 Jun 2015 21:36:00 +0530 Subject: [PATCH] Corrected Typo --- skimage/future/graph/tests/test_rag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skimage/future/graph/tests/test_rag.py b/skimage/future/graph/tests/test_rag.py index 95611ab9..35c22218 100644 --- a/skimage/future/graph/tests/test_rag.py +++ b/skimage/future/graph/tests/test_rag.py @@ -163,7 +163,7 @@ def test_rag_hierarchical(): @skipif(not is_installed('networkx')) def test_ncut_stable_subgraph(): - """ Test to catch an error thrown when subgraph has all eqal edges. """ + """ Test to catch an error thrown when subgraph has all equal edges. """ img = np.zeros((100, 100, 3), dtype='uint8')