aboutsummaryrefslogtreecommitdiffstats
path: root/examples/charts/lineandbar/lineandbar.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/charts/lineandbar/lineandbar.py')
-rw-r--r--examples/charts/lineandbar/lineandbar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/charts/lineandbar/lineandbar.py b/examples/charts/lineandbar/lineandbar.py
index 606e66415..826b62965 100644
--- a/examples/charts/lineandbar/lineandbar.py
+++ b/examples/charts/lineandbar/lineandbar.py
@@ -114,4 +114,4 @@ if __name__ == "__main__":
window.show()
window.resize(440, 300)
- sys.exit(app.exec_())
+ sys.exit(app.exec())