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