diff --git a/source/speech/sayAll.py b/source/speech/sayAll.py index 8ef07e115b8..03138ff5ffd 100644 --- a/source/speech/sayAll.py +++ b/source/speech/sayAll.py @@ -61,7 +61,7 @@ def stop(self): active = self._getActiveSayAll() if active: active.stop() - self.speechWithoutPausesInstance.reset() + self.speechWithoutPausesInstance.reset() def isRunning(self): """Determine whether say all is currently running.