summaryrefslogtreecommitdiff
path: root/examples/plotProfile.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/plotProfile.py')
-rw-r--r--examples/plotProfile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/plotProfile.py b/examples/plotProfile.py
index 931f9b4..40e199a 100644
--- a/examples/plotProfile.py
+++ b/examples/plotProfile.py
@@ -201,7 +201,7 @@ def main():
app = qt.QApplication([])
widget = Example()
widget.show()
- app.exec_()
+ app.exec()
if __name__ == "__main__":
main()