From c2ee3c6815670493a9dd97d6322eb8f8ee6d05ef Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Wed, 3 Dec 2014 00:48:59 +0100 Subject: [PATCH] fix reST syntax --- doc/using.rst | 4 ++-- 1 file 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: