diff options
| author | Michele Simionato <michele.simionato@gmail.com> | 2017-07-15 15:35:25 +0200 |
|---|---|---|
| committer | Michele Simionato <michele.simionato@gmail.com> | 2017-07-15 15:35:25 +0200 |
| commit | 8e4ba61be05e9a96efdb888e30bd4f07e4330475 (patch) | |
| tree | ba4924bdd9a47f5bf5f4be74cbb14b5fcf737b05 /docs | |
| parent | c0da8c5fc0fb7094b02882ae7871d92da608c8f4 (diff) | |
| download | python-decorator-git-8e4ba61be05e9a96efdb888e30bd4f07e4330475.tar.gz | |
Small fix [skip CI]
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,) |
