Capitalize parameter description in doc string

This commit is contained in:
Johannes Schönberger
2013-07-12 23:16:08 +02:00
parent aa973aeff2
commit c9e81053f7
+2 -2
View File
@@ -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
-------