From 8e4ba61be05e9a96efdb888e30bd4f07e4330475 Mon Sep 17 00:00:00 2001 From: Michele Simionato Date: Sat, 15 Jul 2017 15:35:25 +0200 Subject: Small fix [skip CI] --- docs/tests.documentation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/tests.documentation.rst b/docs/tests.documentation.rst index 303b27a..2f2e0e2 100644 --- a/docs/tests.documentation.rst +++ b/docs/tests.documentation.rst @@ -952,7 +952,7 @@ write code like the following: tasks = [make_task(3), make_task(2), make_task(1)] get_event_loop().run_until_complete(wait(tasks)) -and you will get at output like this:: +and you will get an output like this:: INFO:root:Starting make_task(1,) INFO:root:Starting make_task(3,) -- cgit v1.2.1