Skip to content

Commit

Permalink
Fix spelling mistake
Browse files Browse the repository at this point in the history
Introduced by 4c14d91
  • Loading branch information
jamesobutler committed Feb 19, 2024
1 parent 0690649 commit b13e81e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ import nibabel as nib
from totalsegmentator.python_api import totalsegmentator

if __name__ == "__main__":
# option 1: provide input and output as file pathes
# option 1: provide input and output as file paths
totalsegmentator(input_path, output_path)

# option 2: provide input and output as nifti image objects
Expand Down

0 comments on commit b13e81e

Please sign in to comment.