diff options
Diffstat (limited to 'Lib/asyncio')
-rw-r--r-- | Lib/asyncio/unix_events.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/asyncio/unix_events.py b/Lib/asyncio/unix_events.py index d7a4af8..cbbb106 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. """ |