Skip to content

Commit

Permalink
updated comment to indicate configure is not just for numerals
Browse files Browse the repository at this point in the history
  • Loading branch information
briancbarrow committed Jan 30, 2023
1 parent d7fff38 commit 98fd298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepgram/transcription.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ def send(self, data: Union[bytes, str]) -> None:
self._queue.put_nowait((False, data))

def configure(self, config: ToggleConfigOptions) -> None:
"""Toggles whether or not numerals are included in the transcription."""
"""Sends messages to configure transcription parameters mid-stream."""
self._queue.put_nowait((False, json.dumps({
"type": "Configure",
"processors": config
Expand Down

0 comments on commit 98fd298

Please sign in to comment.