Skip to content

Commit 5bd64f5

Browse files
authored
Update swc_util.py
1 parent cd6f269 commit 5bd64f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/segmentation_skeleton_metrics/utils/swc_util.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ def read(self, swc_pointer):
7070
- swc_path (str): Path to single SWC file.
7171
- swc_dir_path (str): Path to local directory containing SWC files.
7272
- swc_zip_path (str): Path to a local ZIP archive containing SWC files.
73-
- swc_zip_dir_path (str): Path to directory of ZIPs with SWC files.
73+
- swc_zip_dir_path (str): Path to a local directory of ZIPs with SWC files.
7474
- swc_s3_dir_path (str): Path to S3 directory containing SWC files.
7575
- swc_gcs_dir_path (str): Path to GCS directory containing SWC files.
7676
- swc_gcs_zip_dir_path (str): Path to GCS directory containing ZIP archives of SWC files.
77-
- swc_path_list (List[str]): List of paths to SWC files on local machine.
77+
- swc_path_list (List[str]): List of paths to local SWC files.
7878
7979
Returns
8080
-------

0 commit comments

Comments
 (0)