summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-12-03 00:48:59 +0100
committerVictor Stinner <victor.stinner@gmail.com>2014-12-03 00:48:59 +0100
commitc4ee2f7ec6f7ce044e6fa9609a2d1072af1702f0 (patch)
tree1fabb0e5b2962524f9ad5bb3ce9a23d2ac27c5ee
parentae7b7415d81e1d5d8f09637a5c0abb1455fdfe40 (diff)
downloadaioeventlet-c4ee2f7ec6f7ce044e6fa9609a2d1072af1702f0.tar.gz
fix reST syntax
-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: