mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix couple typos (#4839)
This commit is contained in:
parent
4f29f3c84b
commit
7a6706bf48
2 changed files with 2 additions and 2 deletions
|
@ -423,7 +423,7 @@ class ProactorSocketTransportTests(test_utils.TestCase):
|
|||
def test_dont_pause_writing(self):
|
||||
tr = self.pause_writing_transport(high=4)
|
||||
|
||||
# write a large chunk which completes immedialty,
|
||||
# write a large chunk which completes immediately,
|
||||
# it should not pause writing
|
||||
fut = asyncio.Future(loop=self.loop)
|
||||
fut.set_result(None)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue