aboutsummaryrefslogtreecommitdiffstats
path: root/examples/widgets/tutorials/cannon/t10.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/tutorials/cannon/t10.py')
-rw-r--r--examples/widgets/tutorials/cannon/t10.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/tutorials/cannon/t10.py b/examples/widgets/tutorials/cannon/t10.py
index 524f44fc9..ed3d9fce3 100644
--- a/examples/widgets/tutorials/cannon/t10.py
+++ b/examples/widgets/tutorials/cannon/t10.py
@@ -188,4 +188,4 @@ if __name__ == '__main__':
widget = MyWidget()
widget.setGeometry(100, 100, 500, 355)
widget.show()
- sys.exit(app.exec_())
+ sys.exit(app.exec())