summaryrefslogtreecommitdiff
path: root/doc/using.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/using.rst')
-rw-r--r--doc/using.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/using.rst b/doc/using.rst
index 551d449..221e824 100644
--- a/doc/using.rst
+++ b/doc/using.rst
@@ -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: