]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Update reference to asyncio's add_reader doc 1795/head
authorA. Jesse Jiryu Davis <jesse@mongodb.com>
Thu, 11 Aug 2016 19:24:27 +0000 (15:24 -0400)
committerA. Jesse Jiryu Davis <jesse@mongodb.com>
Thu, 11 Aug 2016 19:24:27 +0000 (15:24 -0400)
tornado/platform/asyncio.py

index 3fd67dbd89cf3713e3b771b4312e616de85f0ef0..9556da618d84c0990984700884af7e03058d0711 100644 (file)
@@ -14,9 +14,9 @@ loops.
 
 .. note::
 
-   Tornado requires the `~asyncio.BaseEventLoop.add_reader` family of methods,
-   so it is not compatible with the `~asyncio.ProactorEventLoop` on Windows.
-   Use the `~asyncio.SelectorEventLoop` instead.
+   Tornado requires the `~asyncio.AbstractEventLoop.add_reader` family of
+   methods, so it is not compatible with the `~asyncio.ProactorEventLoop` on
+   Windows. Use the `~asyncio.SelectorEventLoop` instead.
 """
 
 from __future__ import absolute_import, division, print_function, with_statement