aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tutorial/t9.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorial/t9.py')
-rw-r--r--examples/tutorial/t9.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/tutorial/t9.py b/examples/tutorial/t9.py
index ab37f8eb7..ca949c1ac 100644
--- a/examples/tutorial/t9.py
+++ b/examples/tutorial/t9.py
@@ -39,11 +39,11 @@
##
#############################################################################
-# PySide2 tutorial 9
+# PySide6 tutorial 9
import sys
-from PySide2 import QtCore, QtGui, QtWidgets
+from PySide6 import QtCore, QtGui, QtWidgets
class LCDRange(QtWidgets.QWidget):