diff --git a/cc3d/__init__.py b/cc3d/__init__.py index 9d6ee7a..f69ea63 100644 --- a/cc3d/__init__.py +++ b/cc3d/__init__.py @@ -34,7 +34,7 @@ def dust( img: 2D or 3D image threshold: (int) discard components smaller than this in voxels - (tuple/list) keep components in range [lower, upper) + (tuple/list) discard components outside this range [lower, upper) connectivity: cc3d connectivity to use in_place: whether to modify the input image or perform dust