From c9e81053f78fb326257d63e3c1442876adf0cfec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Sun, 30 Jun 2013 11:02:21 +0200 Subject: [PATCH] Capitalize parameter description in doc string --- skimage/filter/rank/bilateral.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skimage/filter/rank/bilateral.py b/skimage/filter/rank/bilateral.py index 4eafac19..13bfe37a 100644 --- a/skimage/filter/rank/bilateral.py +++ b/skimage/filter/rank/bilateral.py @@ -103,7 +103,7 @@ def bilateral_mean(image, selem, out=None, mask=None, shift_x=False, to the structuring element sizes (center must be inside the given structuring element). s0, s1 : int - define the [s0, s1] interval to be considered for computing the value. + Define the [s0, s1] interval to be considered for computing the value. Returns ------- @@ -157,7 +157,7 @@ def bilateral_pop(image, selem, out=None, mask=None, shift_x=False, to the structuring element sizes (center must be inside the given structuring element). s0, s1 : int - define the [s0, s1] interval to be considered for computing the value. + Define the [s0, s1] interval to be considered for computing the value. Returns -------