Update the documentation with spelling error

This commit is contained in:
Guillaume Lemaitre
2015-10-28 21:01:29 +01:00
parent 4bc1c587ed
commit 3a2acb2adf
+1 -1
View File
@@ -373,7 +373,7 @@ def geometric_mean(image, selem, out=None, mask=None, shift_x=False, shift_y=Fal
>>> from skimage.morphology import disk
>>> from skimage.filters.rank import mean
>>> img = data.camera()
>>> avg = geomtric_mean(img, disk(5))
>>> avg = geometric_mean(img, disk(5))
"""