Skip to content

Commit 74f9438

Browse files
committed
CLN typo
1 parent 37efd99 commit 74f9438

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/test/_test_multiprocessing.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3751,8 +3751,8 @@ def test_shared_memory_SharedMemoryServer_ignores_sigint(self):
37513751

37523752
sl2 = smm.ShareableList(range(10))
37533753

3754-
# test that the custom signal handler registered in the Manager do not
3755-
# affect signal handling in the parent process.
3754+
# test that the custom signal handler registered in the Manager does
3755+
# not affect signal handling in the parent process.
37563756
with self.assertRaises(KeyboardInterrupt):
37573757
os.kill(os.getpid(), signal.SIGINT)
37583758

0 commit comments

Comments
 (0)