From 87d080917775520d02de6d9e24d72c1c78141f34 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Fri, 21 Nov 2014 05:01:37 +0100 Subject: doc --- doc/index.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/index.rst b/doc/index.rst index 95d2525..52306ae 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -114,6 +114,7 @@ aiogreen specific functions: Example with asyncio:: + @asyncio.coroutine def coro_slow_sum(x, y): yield from asyncio.sleep(1.0) return x + y @@ -197,7 +198,7 @@ To run tests against other Python versions: Run tests manually ------------------ -Run the following command from the directory of the aiogreen project: +Run the following command from the directory of the aiogreen project:: python runtests.py -r -- cgit v1.2.1