Skip to content

Commit

Permalink
Update source/speech/__init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
seanbudd committed May 17, 2021
1 parent eb8d626 commit 994e661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/speech/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"])
Expand Down

0 comments on commit 994e661

Please sign in to comment.