DOC: Fix typo in remove_small_objects docstring.

This commit is contained in:
Stefan van der Walt
2013-03-04 18:36:32 +02:00
parent 9cb354e9d0
commit f3924da90b
-2
View File
@@ -22,8 +22,6 @@ def remove_small_objects(ar, min_size=64, connectivity=1, in_place=False):
Raises
------
ValueError
If the input array is of int type but contains negative values.
TypeError
If the input array is of an invalid type, such as float or string.
Returns