From 7ecae2551a9b1f952f97d93db209bb105343b553 Mon Sep 17 00:00:00 2001 From: Juan Manuel Coria Date: Wed, 4 May 2022 18:16:55 +0200 Subject: [PATCH] Fix method docstring --- src/diart/pipelines.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/diart/pipelines.py b/src/diart/pipelines.py index 861d4f27..f076cda1 100644 --- a/src/diart/pipelines.py +++ b/src/diart/pipelines.py @@ -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 ----------