aboutsummaryrefslogtreecommitdiffstats
path: root/examples/texttospeech/hello_speak/hello_speak.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/texttospeech/hello_speak/hello_speak.py')
-rw-r--r--examples/texttospeech/hello_speak/hello_speak.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/texttospeech/hello_speak/hello_speak.py b/examples/texttospeech/hello_speak/hello_speak.py
index 741c7b9cb..970d58b57 100644
--- a/examples/texttospeech/hello_speak/hello_speak.py
+++ b/examples/texttospeech/hello_speak/hello_speak.py
@@ -106,4 +106,4 @@ if __name__ == '__main__':
app = QApplication(sys.argv)
mainWin = MainWindow()
mainWin.show()
- sys.exit(app.exec_())
+ sys.exit(app.exec())