Skip to content

Commit 8836574

Browse files
authored
fix typo in ThreadedChildWatcher docs (GH-23277)
1 parent d2e94bb commit 8836574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/asyncio-policy.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ implementation used by the asyncio event loop:
209209
It works reliably even when the asyncio event loop is run in a non-main OS thread.
210210

211211
There is 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.
212+
time a child terminates), but starting a thread per process requires extra memory.
213213

214214
This watcher is used by default.
215215

0 commit comments

Comments
 (0)