Skip to content

Commit 90aa283

Browse files
committed
chagned display name of vesicle morphology
1 parent 6989b45 commit 90aa283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synaptic_reconstruction/tools/morphology_widget.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def on_measure_vesicle_morphology(self):
196196
resolution=resolution,
197197
props=props,
198198
)
199-
self._add_table(coords, radii, props, name="Vesicles Morphology")
199+
self._add_table(coords, radii, props, name="Vesicle Morphology")
200200

201201
def on_measure_structure_morphology(self):
202202
"""

0 commit comments

Comments
 (0)