Issue #24947: Merge 3.4

This commit is contained in:
Zachary Ware 2015-08-27 15:55:24 -05:00
commit dcc47c6064

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