Skip to content

Commit 19c049d

Browse files
committed
Fix typo
1 parent c06d0f1 commit 19c049d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/_test_multiprocessing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1725,7 +1725,7 @@ def test_notify_all(self):
17251725
p = self.Process(target=self.f, args=(cond, sleeping, woken))
17261726
p.daemon = True
17271727
p.start()
1728-
workers.append(t)
1728+
workers.append(p)
17291729

17301730
t = threading.Thread(target=self.f, args=(cond, sleeping, woken))
17311731
t.daemon = True

0 commit comments

Comments
 (0)