Skip to content

Commit 9fa837c

Browse files
authored
Merge pull request #145 from pytest-dev/doc-typo-fix
Fix typo in signals doc
2 parents 40c3e63 + 52205cc commit 9fa837c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/signals.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ the ``raising`` parameter::
102102

103103
def test_workers(qtbot):
104104
workers = spawn_workers()
105-
with qtbot.waitSignal([w.finished for w in workers]):
105+
with qtbot.waitSignals([w.finished for w in workers]):
106106
for w in workers:
107107
w.start()
108108

0 commit comments

Comments
 (0)