Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
Documentation does not match a parameter variable in the _load_metadata function.
  • Loading branch information
andyjessen committed May 7, 2023
1 parent 1fbadb5 commit 222df6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sybil/serie.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def _load_metadata(self, paths, voxel_spacing, file_type):
Parameters
----------
`dicom_paths` : List[str]
`paths` : List[str]
List of paths to dicom files
`voxel_spacing`: Optional[List[float]], optional
The voxel spacing associated with input CT
Expand Down

0 comments on commit 222df6e

Please sign in to comment.