From 96e12d5f4f3c5a20986566038ee763dff3c228a1 Mon Sep 17 00:00:00 2001 From: Min ho Kim Date: Mon, 22 Jul 2019 06:12:33 +1000 Subject: Fix typos in docs, comments and test assert messages (#14872) --- Lib/asyncio/unix_events.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/asyncio/unix_events.py') diff --git a/Lib/asyncio/unix_events.py b/Lib/asyncio/unix_events.py index d7a4af86f7..cbbb1065ae 100644 --- a/Lib/asyncio/unix_events.py +++ b/Lib/asyncio/unix_events.py @@ -1243,7 +1243,7 @@ class ThreadedChildWatcher(AbstractChildWatcher): It doesn't require subscription on POSIX signal but a thread creation is not free. - The watcher has O(1) complexity, its perfomance doesn't depend + The watcher has O(1) complexity, its performance doesn't depend on amount of spawn processes. """ -- cgit v1.2.1