]> granicus.if.org Git - python/commitdiff
Issue #24947: Fix grammar in asyncio doc
authorZachary Ware <zachary.ware@gmail.com>
Thu, 27 Aug 2015 20:54:39 +0000 (15:54 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Thu, 27 Aug 2015 20:54:39 +0000 (15:54 -0500)
Patch by tagatac

Doc/library/asyncio-eventloop.rst

index 33d31483692c5494709df291d9d6ef504561620a..dee3286d0faa12768aa214b51c34ade395f91095 100644 (file)
@@ -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).