10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e94bb commit 8836574Copy full SHA for 8836574
Doc/library/asyncio-policy.rst
@@ -209,7 +209,7 @@ implementation used by the asyncio event loop:
209
It works reliably even when the asyncio event loop is run in a non-main OS thread.
210
211
There i 5375 s no noticeable overhead when handling a big number of children (*O(1)* each
212
- time a child terminates), but stating a thread per process requires extra memory.
+ time a child terminates), but starting a thread per process requires extra memory.
213
214
This watcher is used by default.
215
0 commit comments