Skip to content

Commit c74061d

Browse files
miss-islingtonsth
andauthored
Fix typo in documentation of AbstractEventLoopPolicy.set_child_watcher() (GH-11369)
`set_child_watcher()` *sets* the watcher. (cherry picked from commit 1b29c03) Co-authored-by: sth <[email protected]>
1 parent d2694d4 commit c74061d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/asyncio-policy.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The abstract event loop policy base class is defined as follows:
8181

8282
.. method:: set_child_watcher(watcher)
8383

84-
Get the current child process watcher to *watcher*.
84+
Set the current child process watcher to *watcher*.
8585

8686
This function is Unix specific.
8787

0 commit comments

Comments
 (0)