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