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"])