aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/tutorials/portingguide/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/doc/tutorials/portingguide/index.rst')
-rw-r--r--sources/pyside6/doc/tutorials/portingguide/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/doc/tutorials/portingguide/index.rst b/sources/pyside6/doc/tutorials/portingguide/index.rst
index 12f76d3fc..bc7e6dee5 100644
--- a/sources/pyside6/doc/tutorials/portingguide/index.rst
+++ b/sources/pyside6/doc/tutorials/portingguide/index.rst
@@ -93,7 +93,7 @@ follow the guidelines outlined in the
app = QApplication(sys.argv)
label = QLabel("Hello World")
label.show()
- sys.exit(app.exec_())
+ sys.exit(app.exec())
.. note:: Qt provides classes that are meant to manage
the application-specific requirements depending on