aboutsummaryrefslogtreecommitdiffstats
path: root/doc/pysideapi2.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/pysideapi2.rst')
-rw-r--r--doc/pysideapi2.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pysideapi2.rst b/doc/pysideapi2.rst
index 48f87c3a..e86be05c 100644
--- a/doc/pysideapi2.rst
+++ b/doc/pysideapi2.rst
@@ -20,7 +20,7 @@ your code will run on both bindings.
__hash__() function return value
================================
-The hash value returned for the classes :class:`PySide.QtCore.QDate`, :class:`PySide.QtCore.QDateTime`, :class:`PySide.QtCore.QTime`, :class:`PySide.QtCore.QUrl` will be
+The hash value returned for the classes :class:`PySide2.QtCore.QDate`, :class:`PySide2.QtCore.QDateTime`, :class:`PySide2.QtCore.QTime`, :class:`PySide2.QtCore.QUrl` will be
based on their string representations, thus objects with the same value will
produce the same hash.