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

`set_child_watcher()` *sets* the watcher.
(cherry picked from commit 1b29c03c95)

Co-authored-by: sth <sth.dev@tejp.de>
This commit is contained in:
Miss Islington (bot) 2018-12-30 14:07:05 -08:00 committed by GitHub
parent d2694d4768
commit c74061d49b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ The abstract event loop policy base class is defined as follows:
.. method:: set_child_watcher(watcher) .. 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. This function is Unix specific.