Skip to content

Commit

Permalink
Merge pull request #107 from ehdgua01/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
pquentin committed Jan 11, 2021
2 parents 0bdfd0d + 4367651 commit dd4476b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/aiotest/test_callback.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def append_result(loop, result, value):
loop.call_soon(func, result, loop)
await loop.wait_stopped()
# http://bugs.python.org/issue22875: Ensure that call_soon() does not
# call append_result() immediatly, but when control returns to the
# call append_result() immediately, but when control returns to the
# event loop, when func() is done.
assert result == ['[]', 'yes']

Expand Down

0 comments on commit dd4476b

Please sign in to comment.