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 +- src/tests/documentation.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,) diff --git a/src/tests/documentation.py b/src/tests/documentation.py index 2ba7d6f..0f7b7f9 100644 --- a/src/tests/documentation.py +++ b/src/tests/documentation.py @@ -738,7 +738,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