aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/extras/QtTest.rst
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/doc/extras/QtTest.rst')
-rw-r--r--sources/pyside6/doc/extras/QtTest.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/doc/extras/QtTest.rst b/sources/pyside6/doc/extras/QtTest.rst
index 1b3f98940..cebd5a053 100644
--- a/sources/pyside6/doc/extras/QtTest.rst
+++ b/sources/pyside6/doc/extras/QtTest.rst
@@ -4,4 +4,4 @@ To include the definitions of the module's classes, use the following directive:
import PySide6.QtTest
-.. note:: All macros in the C++ version of QtTest were not binded in PySide, this module is useful only for GUI testing and benchmarking, for ordinary unit testing you should use the ``unittest`` Python module.
+.. note:: Not all macros in the C++ version of QtTest were exposed in PySide. This module is useful only for GUI testing and benchmarking; for ordinary unit testing you should use the ``pytest`` Python module.