diff -r b0e3eef95d3e Doc/library/asyncio-eventloop.rst --- a/Doc/library/asyncio-eventloop.rst Thu Aug 27 13:02:47 2015 -0400 +++ b/Doc/library/asyncio-eventloop.rst Thu Aug 27 15:52:07 2015 -0400 @@ -6,7 +6,7 @@ =============== The event loop is the central execution device provided by :mod:`asyncio`. -It provides multiple facilities, amongst which: +It provides multiple facilities, including: * Registering, executing and cancelling delayed calls (timeouts).