mirror of
https://github.com/python/cpython.git
synced 2025-11-01 14:11:41 +00:00
asyncio: Fix spelling and typos.
Thanks to Vajrasky Kok for discovering some of them.
This commit is contained in:
parent
8abac348a9
commit
b0b0e628ee
13 changed files with 18 additions and 19 deletions
|
|
@ -965,7 +965,7 @@ def test_sigchld_two_children(self, m):
|
|||
self.assertFalse(m.WEXITSTATUS.called)
|
||||
self.assertFalse(m.WTERMSIG.called)
|
||||
|
||||
# childen are running
|
||||
# children are running
|
||||
self.watcher._sig_chld()
|
||||
|
||||
self.assertFalse(callback1.called)
|
||||
|
|
@ -1069,7 +1069,7 @@ def test_sigchld_two_children_terminating_together(self, m):
|
|||
self.assertFalse(m.WEXITSTATUS.called)
|
||||
self.assertFalse(m.WTERMSIG.called)
|
||||
|
||||
# childen are running
|
||||
# children are running
|
||||
self.watcher._sig_chld()
|
||||
|
||||
self.assertFalse(callback1.called)
|
||||
|
|
@ -1425,7 +1425,7 @@ def test_set_loop_race_condition(self, m):
|
|||
self.add_zombie(61, 11)
|
||||
self.add_zombie(62, -5)
|
||||
|
||||
# SIGCHLD was not catched
|
||||
# SIGCHLD was not caught
|
||||
self.assertFalse(callback1.called)
|
||||
self.assertFalse(callback2.called)
|
||||
self.assertFalse(callback3.called)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue