From b61763117d4bcf4ad30de6b2f67cbfb3d58e2ca1 Mon Sep 17 00:00:00 2001 From: Vighnesh Birodkar Date: Thu, 14 Aug 2014 23:45:30 +0530 Subject: [PATCH] Update _ncut_cy.pyx --- skimage/graph/_ncut_cy.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skimage/graph/_ncut_cy.pyx b/skimage/graph/_ncut_cy.pyx index de3b5c82..14f3a94a 100644 --- a/skimage/graph/_ncut_cy.pyx +++ b/skimage/graph/_ncut_cy.pyx @@ -11,7 +11,7 @@ def argmin2(cnp.double_t[:] array): Parameters ---------- - a : array + array : array The array to process. Returns