Skip to content

Commit 139a3b5

Browse files
committed
Fix stuff lost in merging
Fixes #21
1 parent d332c8f commit 139a3b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/imcflibs/imagej/labelimage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def measure_objects_size_shape_2d(label_image):
148148
def binary_to_label(imp, title, min_thresh=1, min_vol=None, max_vol=None):
149149
"""Segment a binary image to get a label image (2D/3D).
150150
151-
Works on both 2D and 3D binary data.
151+
Works on: 2D and 3D binary data.
152152
153153
Parameters
154154
----------

0 commit comments

Comments
 (0)