Skip to content

Commit 4624c0f

Browse files
committed
Improve docstring
1 parent 75cdc06 commit 4624c0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pytestqt/qt_compat.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ class _QtApi:
2020
"""
2121
Interface to the underlying Qt API currently configured for pytest-qt.
2222
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.
23+
This object lazily loads all class references and other objects when the ``set_qt_api`` method
24+
gets called, providing a uniform way to access the Qt classes.
2525
"""
2626

2727
def _get_qt_api_from_env(self):

0 commit comments

Comments
 (0)