Fix typo in docstring of disk().

This commit is contained in:
Almar
2013-03-27 21:54:49 +01:00
parent 42c72ab106
commit fa6a30198c
+1 -1
View File
@@ -93,7 +93,7 @@ def disk(radius, dtype=np.uint8):
"""
Generates a flat, disk-shaped structuring element of a given radius.
A pixel is within the neighborhood if the euclidean distance between
it and the origin is no greater than a radius.
it and the origin is no greater than radius.
Parameters
----------