summaryrefslogtreecommitdiff
path: root/doc/source/Tutorials/array_widget.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/Tutorials/array_widget.rst')
-rw-r--r--doc/source/Tutorials/array_widget.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/Tutorials/array_widget.rst b/doc/source/Tutorials/array_widget.rst
index c6a32e3..b0bc890 100644
--- a/doc/source/Tutorials/array_widget.rst
+++ b/doc/source/Tutorials/array_widget.rst
@@ -23,7 +23,7 @@ Let's look at a simple usage example:
w = ArrayTableWidget()
w.setArrayData(array, labels=True)
w.show()
- app.exec_()
+ app.exec()
.. |imgArray0| image:: img/arraywidget3D_0.png
@@ -242,6 +242,6 @@ of RGB colors.
fgcolors=fcolors)
atw.show()
- app.exec_()
+ app.exec()