Skip to content

Commit 4367651

Browse files
authored
Update test_callback.py
fix typo
1 parent 0bdfd0d commit 4367651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/aiotest/test_callback.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def append_result(loop, result, value):
3131
loop.call_soon(func, result, loop)
3232
await loop.wait_stopped()
3333
# http://bugs.python.org/issue22875: Ensure that call_soon() does not
34-
# call append_result() immediatly, but when control returns to the
34+
# call append_result() immediately, but when control returns to the
3535
# event loop, when func() is done.
3636
assert result == ['[]', 'yes']
3737

0 commit comments

Comments
 (0)