File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -858,7 +858,8 @@ Watching file descriptors
858858
859859.. method :: loop.remove_reader(fd)
860860
861- Stop monitoring the *fd * file descriptor for read availability.
861+ Stop monitoring the *fd * file descriptor for read availability. Returns
862+ ``True `` if *fd * was previously being monitored for reads.
862863
863864.. method :: loop.add_writer(fd, callback, *args)
864865
@@ -871,7 +872,8 @@ Watching file descriptors
871872
872873.. method :: loop.remove_writer(fd)
873874
874- Stop monitoring the *fd * file descriptor for write availability.
875+ Stop monitoring the *fd * file descriptor for write availability. Returns
876+ ``True `` if *fd * was previously being monitored for writes.
875877
876878See also :ref: `Platform Support <asyncio-platform-support >` section
877879for some limitations of these methods.
You can’t perform that action at this time.
0 commit comments