Skip to content

Commit 0e0f242

Browse files
committed
cleanup
1 parent 3894377 commit 0e0f242

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rev_ai/apiclient.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ def get_transcript_text(self, id_, group_channels_by=None, group_channels_thresh
342342

343343
:param id_: id of job to be requested
344344
:param group_channels_by: optional, group channels by speaker or time
345-
:param group_channels_threshold_ms: optional, group channels by time threshold in milliseconds
345+
:param group_channels_threshold_ms: optional, group channels by time threshold, ms
346346
:returns: transcript data as text
347347
:raises: HTTPError
348348
"""
@@ -860,7 +860,7 @@ def _build_transcript_url(self, id_, group_channels_by=None, group_channels_thre
860860

861861
:param id_: id of job to be requested
862862
:param group_channels_by: optional, group channels by speaker or time
863-
:param group_channels_threshold_ms: optional, group channels by time threshold in milliseconds
863+
:param group_channels_threshold_ms: optional, group channels by time threshold, ms
864864
:returns: url for getting the transcript
865865
"""
866866
params = []

0 commit comments

Comments
 (0)