mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +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
|
|
@ -277,7 +277,7 @@ class BaseEventLoopTests(unittest.TestCase):
|
|||
asyncio.SubprocessProtocol, *args, bufsize=4096)
|
||||
|
||||
def test_subprocess_shell_invalid_args(self):
|
||||
# exepected a string, not an int or a list
|
||||
# expected a string, not an int or a list
|
||||
self.assertRaises(TypeError,
|
||||
self.loop.run_until_complete, self.loop.subprocess_shell,
|
||||
asyncio.SubprocessProtocol, 123)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue