From 5e580da0b6a75c3cafecb0306c3f166d1e5d3edc Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Thu, 27 Aug 2015 15:54:39 -0500 Subject: [PATCH] Issue #24947: Fix grammar in asyncio doc Patch by tagatac --- Doc/library/asyncio-eventloop.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). -- 2.40.0