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