mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +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
|
@ -38,7 +38,7 @@ class FutureTests(unittest.TestCase):
|
|||
asyncio.set_event_loop(None)
|
||||
|
||||
def test_constructor_positional(self):
|
||||
# Make sure Future does't accept a positional argument
|
||||
# Make sure Future doesn't accept a positional argument
|
||||
self.assertRaises(TypeError, asyncio.Future, 42)
|
||||
|
||||
def test_cancel(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue