aboutsummaryrefslogtreecommitdiffstats
path: root/examples/charts/percentbarchart/percentbarchart.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/charts/percentbarchart/percentbarchart.py')
-rw-r--r--examples/charts/percentbarchart/percentbarchart.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/charts/percentbarchart/percentbarchart.py b/examples/charts/percentbarchart/percentbarchart.py
index 0883a22d1..88a4e39e2 100644
--- a/examples/charts/percentbarchart/percentbarchart.py
+++ b/examples/charts/percentbarchart/percentbarchart.py
@@ -97,4 +97,4 @@ if __name__ == "__main__":
w = MainWindow()
w.resize(420, 300)
w.show()
- sys.exit(app.exec_())
+ sys.exit(app.exec())