mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Fix typo in documentation of AbstractEventLoopPolicy.set_child_watcher() (GH-11369)
`set_child_watcher()` *sets* the watcher.
This commit is contained in:
parent
4bd79c38ef
commit
1b29c03c95
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue