We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37efd99 commit 74f9438Copy full SHA for 74f9438
Lib/test/_test_multiprocessing.py
@@ -3751,8 +3751,8 @@ def test_shared_memory_SharedMemoryServer_ignores_sigint(self):
3751
3752
sl2 = smm.ShareableList(range(10))
3753
3754
- # test that the custom signal handler registered in the Manager do not
3755
- # affect signal handling in the parent process.
+ # test that the custom signal handler registered in the Manager does
+ # not affect signal handling in the parent process.
3756
with self.assertRaises(KeyboardInterrupt):
3757
os.kill(os.getpid(), signal.SIGINT)
3758
0 commit comments