Skip to content

Commit

Permalink
Fix method docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmc2005 committed May 8, 2022
1 parent b3dfebe commit 7ecae25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/diart/pipelines.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def __init__(

def last_chunk_end_time(self, conv_duration: float) -> Optional[float]:
"""
If the duration is known, return the end time of the last chunk
Return the end time of the last chunk for a given conversation duration.
Parameters
----------
Expand Down

0 comments on commit 7ecae25

Please sign in to comment.