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