Skip to content

Commit

Permalink
Correct typo in method doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
parhamfh authored Apr 20, 2024
1 parent 51328e9 commit 85dbac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msaf/algorithms/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def processFlat(self):
raise NotImplementedError("This method does not return flat " "segmentations.")

def processHierarchical(self):
"""Main process to obtian the hierarchical segmentation of a given
"""Main process to obtain the hierarchical segmentation of a given
track."""
raise NotImplementedError(
"This method does not return hierarchical " "segmentations."
Expand Down

0 comments on commit 85dbac1

Please sign in to comment.