From 98fd298e395765c5ae8b104f6d07cb9f34c6efb7 Mon Sep 17 00:00:00 2001 From: Brian Barrow Date: Mon, 30 Jan 2023 09:49:28 -0700 Subject: [PATCH] updated comment to indicate configure is not just for numerals --- deepgram/transcription.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deepgram/transcription.py b/deepgram/transcription.py index 5a73ba70..e0930582 100644 --- a/deepgram/transcription.py +++ b/deepgram/transcription.py @@ -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