Skip to content

Commit 0ce5bb3

Browse files
committed
Minor doc fix
1 parent 4b7b1f0 commit 0ce5bb3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pytestqt/plugin.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,7 @@ def __init__(self, timeout=1000):
276276

277277
def wait(self):
278278
"""
279-
Waits until either condition signal is triggered or
280-
timeout is reached.
279+
Waits until either a connected signal is triggered or timeout is reached.
281280
282281
:raise ValueError: if no signals are connected and timeout is None; in
283282
this case it would wait forever.

0 commit comments

Comments
 (0)