summaryrefslogtreecommitdiff
path: root/Lib/test
diff options
context:
space:
mode:
authorAndrew Svetlov <andrew.svetlov@gmail.com>2017-12-13 17:50:16 +0200
committerGitHub <noreply@github.com>2017-12-13 17:50:16 +0200
commit7a6706bf481070298d603b2e3140be715e9dfdcb (patch)
tree913367f10fd9923d3e19e47b2e5ad74acdcc3717 /Lib/test
parent4f29f3c84b74de8c208980a14bc56bffa6363121 (diff)
downloadcpython-git-7a6706bf481070298d603b2e3140be715e9dfdcb.tar.gz
Fix couple typos (#4839)
Diffstat (limited to 'Lib/test')
-rw-r--r--Lib/test/test_asyncio/test_proactor_events.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_asyncio/test_proactor_events.py b/Lib/test/test_asyncio/test_proactor_events.py
index 7ccc6814b2..c3bac95c86 100644
--- a/Lib/test/test_asyncio/test_proactor_events.py
+++ b/Lib/test/test_asyncio/test_proactor_events.py
@@ -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)