diff options
Diffstat (limited to 'client/stt.py')
| -rw-r--r-- | client/stt.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/stt.py b/client/stt.py index fa960ce..fc874f2 100644 --- a/client/stt.py +++ b/client/stt.py @@ -250,7 +250,7 @@ class GoogleSTT(AbstractSTTEngine): return diagnose.check_network_connection() -class ATandTSTT(AbstractSTTEngine): +class AttSTT(AbstractSTTEngine): """ Speech-To-Text implementation which relies on the AT&T Speech API. |
