Skip to content

Commit d3b5c59

Browse files
authored
Update swc_util.py
1 parent d6c8de1 commit d3b5c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/segmentation_skeleton_metrics/utils/swc_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def read(self, swc_pointer):
6565
6666
Parameters
6767
----------
68-
swc_pointer : dict, list, str
68+
swc_pointer : str or List[str]
6969
Object that points to SWC files to be read, must be one of:
7070
- swc_path (str): Path to single SWC file.
7171
- swc_dir_path (str): Path to local directory containing SWC files.

0 commit comments

Comments
 (0)