aboutsummaryrefslogtreecommitdiffstats
path: root/examples/widgets/richtext/textobject/textobject.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/richtext/textobject/textobject.py')
-rw-r--r--examples/widgets/richtext/textobject/textobject.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/richtext/textobject/textobject.py b/examples/widgets/richtext/textobject/textobject.py
index 3877ed4e8..bb0c0b168 100644
--- a/examples/widgets/richtext/textobject/textobject.py
+++ b/examples/widgets/richtext/textobject/textobject.py
@@ -139,4 +139,4 @@ if __name__ == '__main__':
app = QApplication(sys.argv)
window = Window()
window.show()
- sys.exit(app.exec_())
+ sys.exit(app.exec())