Skip to content

Commit 7f70537

Browse files
committed
Improve docstring
1 parent 75cdc06 commit 7f70537

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pytestqt/qt_compat.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@
1616

1717
VersionTuple = namedtuple('VersionTuple', 'qt_api, qt_api_version, runtime, compiled')
1818

19+
1920
class _QtApi:
2021
"""
2122
Interface to the underlying Qt API currently configured for pytest-qt.
2223
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.
24+
This object lazily loads all class references and other objects when the ``set_qt_api`` method
25+
gets called, providing a uniform way to access the Qt classes.
2526
"""
2627

2728
def _get_qt_api_from_env(self):

0 commit comments

Comments
 (0)