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