Skip to content

Commit

Permalink
DOC: Fix docstring typos in seq/timit.py [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
NickleDave committed May 8, 2022
1 parent 7b905f0 commit 36f11a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/crowsetta/formats/seq/timit.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def to_seq(self,
round_times: bool = True,
decimals: int = 3,
samplerate: Optional[int] = None) -> crowsetta.Sequence:
"""Convert this .TextGrid annotation to a ``crowsetta.Sequence``.
"""Convert this TIMIT annotation to a ``crowsetta.Sequence``.
Parameters
----------
Expand Down Expand Up @@ -187,7 +187,7 @@ def to_annot(self,
round_times: bool = True,
decimals: int = 3,
samplerate: Optional[int] = None) -> crowsetta.Annotation:
"""Convert this .TextGrid annotation to a ``crowsetta.Annotation``.
"""Convert this TIMIT annotation to a ``crowsetta.Annotation``.
Parameters
----------
Expand Down

0 comments on commit 36f11a3

Please sign in to comment.