Skip to content

Commit

Permalink
fix typo in ThreadedChildWatcher docs (pythonGH-23277)
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert authored Nov 14, 2020
1 parent d2e94bb commit 8836574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/asyncio-policy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ implementation used by the asyncio event loop:
It works reliably even when the asyncio event loop is run in a non-main OS thread.

There is no noticeable overhead when handling a big number of children (*O(1)* each
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.

This watcher is used by default.

Expand Down

0 comments on commit 8836574

Please sign in to comment.