diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/tests.documentation.rst | 2 |
1 files changed, 1 insertions, 1 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,) |
