fix reST syntax

This commit is contained in:
Victor Stinner 2014-12-03 00:48:59 +01:00
parent 0964f50c79
commit c2ee3c6815
1 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ Hello World::
Use aioeventlet with asyncio
-------------------------
----------------------------
aioeventlet can be used with asyncio, coroutines written with ``yield from ...``.
To use aioeventlet with asyncio, set the event loop policy before using an event
@ -272,7 +272,7 @@ Procedure for Python 2.7:
* pip also installs dependencies: ``eventlet`` and ``trollius``
Manual installation of aioeventlet
-------------------------------
----------------------------------
Requirements: