We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75cdc06 commit 4624c0fCopy full SHA for 4624c0f
pytestqt/qt_compat.py
@@ -20,8 +20,8 @@ class _QtApi:
20
"""
21
Interface to the underlying Qt API currently configured for pytest-qt.
22
23
- This object lazily loads all class references and other objects upon the ``set_qt_api`` method,
24
- providing a uniform way to access the Qt classes.
+ This object lazily loads all class references and other objects when the ``set_qt_api`` method
+ gets called, providing a uniform way to access the Qt classes.
25
26
27
def _get_qt_api_from_env(self):
0 commit comments