From 59b37afea85d20040767466ca45441484e47ae78 Mon Sep 17 00:00:00 2001 From: Olivier Debeir Date: Fri, 10 May 2013 16:02:27 +0200 Subject: [PATCH] typo --- skimage/filter/rank/percentile_rank.pyx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skimage/filter/rank/percentile_rank.pyx b/skimage/filter/rank/percentile_rank.pyx index 61af0574..f9ac9d40 100644 --- a/skimage/filter/rank/percentile_rank.pyx +++ b/skimage/filter/rank/percentile_rank.pyx @@ -299,7 +299,7 @@ def percentile(image, selem, out=None, mask=None, shift_x=False, shift_y=False, to the structuring element sizes (center must be inside the given structuring element). p0, p1 : float in [0, ..., 1] - Define the percentile p0. The p1 value in unused. + Define the percentile p0. The p1 value is unused. Returns ------- @@ -380,7 +380,7 @@ def percentile_threshold(image, selem, out=None, mask=None, shift_x=False, to the structuring element sizes (center must be inside the given structuring element). p0, p1 : float in [0, ..., 1] - Define the percentile p0. The p1 value in unused. + Define the percentile p0. The p1 value is unused. Returns -------