summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-11-21 05:01:37 +0100
committerVictor Stinner <victor.stinner@gmail.com>2014-11-21 05:01:37 +0100
commit87d080917775520d02de6d9e24d72c1c78141f34 (patch)
treed5f8fdfda142e62bbf06c0251932804f65056458
parent7ebfcda50c07e0eaffdc431dba33acbe607c87a8 (diff)
downloadaioeventlet-87d080917775520d02de6d9e24d72c1c78141f34.tar.gz
doc
-rw-r--r--doc/index.rst3
1 files changed, 2 insertions, 1 deletions
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