From: Zachary Ware Date: Thu, 27 Aug 2015 20:54:39 +0000 (-0500) Subject: Issue #24947: Fix grammar in asyncio doc X-Git-Tag: v3.5.1rc1~427^2~56^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5e580da0b6a75c3cafecb0306c3f166d1e5d3edc;p=python Issue #24947: Fix grammar in asyncio doc Patch by tagatac --- diff --git a/Doc/library/asyncio-eventloop.rst b/Doc/library/asyncio-eventloop.rst index 33d3148369..dee3286d0f 100644 --- a/Doc/library/asyncio-eventloop.rst +++ b/Doc/library/asyncio-eventloop.rst @@ -6,7 +6,7 @@ Base Event Loop =============== 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).