summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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