From 994e6616eb8b2321a7bae77337bf0262cff1ec8c Mon Sep 17 00:00:00 2001 From: Sean Budd Date: Fri, 14 May 2021 15:34:03 +1000 Subject: [PATCH] Update source/speech/__init__.py --- source/speech/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/speech/__init__.py b/source/speech/__init__.py index bac3512b3c5..05bbf0f4132 100644 --- a/source/speech/__init__.py +++ b/source/speech/__init__.py @@ -149,7 +149,7 @@ def initialize(): """ Loads and sets the synth driver configured in nvda.ini. - Initializes the state of speech and initializes the sayAllHandler + Initializes the state of speech and initializes the sayAllHandler """ synthDriverHandler.initialize() synthDriverHandler.setSynth(config.conf["speech"]["synth"])