mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-04 20:30:14 +08:00
DOC: Fix typo in remove_small_objects docstring.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user