diff options
| -rw-r--r-- | docs/tests.documentation.rst | 2 | ||||
| -rw-r--r-- | 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,) |
