Commit 1b29c03c authored by sth's avatar sth Committed by Miss Islington (bot)

Fix typo in documentation of AbstractEventLoopPolicy.set_child_watcher() (GH-11369)



`set_child_watcher()` *sets* the watcher.
parent 4bd79c38
......@@ -81,7 +81,7 @@ The abstract event loop policy base class is defined as follows:
.. method:: set_child_watcher(watcher)
Get the current child process watcher to *watcher*.
Set the current child process watcher to *watcher*.
This function is Unix specific.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment