Minor fix to docstring

This commit is contained in:
Tony S Yu
2011-10-15 04:27:35 -04:00
parent b0376721eb
commit 65b6b6bed7
+1 -1
View File
@@ -69,7 +69,7 @@ def diamond(radius, dtype=np.uint8):
Parameters
----------
radius : string
The radius of the disk-shaped structuring element.
The radius of the diamond-shaped structuring element.
dtype : data-type
The data type of the structuring element.