aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/tutorials/basictutorial/tablewidget.rst
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/doc/tutorials/basictutorial/tablewidget.rst')
-rw-r--r--sources/pyside6/doc/tutorials/basictutorial/tablewidget.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/doc/tutorials/basictutorial/tablewidget.rst b/sources/pyside6/doc/tutorials/basictutorial/tablewidget.rst
index a041e4116..5c04529fd 100644
--- a/sources/pyside6/doc/tutorials/basictutorial/tablewidget.rst
+++ b/sources/pyside6/doc/tutorials/basictutorial/tablewidget.rst
@@ -87,7 +87,7 @@ a ``QTableView``, but that is not in the scope of this tutorial.
.. code-block:: python
table.show()
- sys.exit(app.exec_())
+ sys.exit(app.exec())
The final application will look like this: