summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2015-08-27 15:54:39 -0500
committerZachary Ware <zachary.ware@gmail.com>2015-08-27 15:54:39 -0500
commit5e580da0b6a75c3cafecb0306c3f166d1e5d3edc (patch)
tree54a98934d042dc7d7e053e5d9c913e3615683957
parent8e9296702acc4983cbe9258bab06652351d143f3 (diff)
downloadcpython-git-5e580da0b6a75c3cafecb0306c3f166d1e5d3edc.tar.gz
Issue #24947: Fix grammar in asyncio doc
Patch by tagatac
-rw-r--r--Doc/library/asyncio-eventloop.rst2
1 files changed, 1 insertions, 1 deletions
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).