summaryrefslogtreecommitdiff
path: root/examples/syncaxis.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/syncaxis.py')
-rw-r--r--examples/syncaxis.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/syncaxis.py b/examples/syncaxis.py
index 02505c9..2976231 100644
--- a/examples/syncaxis.py
+++ b/examples/syncaxis.py
@@ -99,4 +99,4 @@ if __name__ == "__main__":
window = SyncPlot()
window.setAttribute(qt.Qt.WA_DeleteOnClose, True)
window.setVisible(True)
- app.exec_()
+ app.exec()