Issue #24947: Fix grammar in asyncio doc

Patch by tagatac
This commit is contained in:
Zachary Ware 2015-08-27 15:54:39 -05:00
parent 8e9296702a
commit 5e580da0b6
1 changed files with 1 additions and 1 deletions

View 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).