Skip to content

Commit 56351f8

Browse files
authored
Update _asynciomodule.c
1 parent 47aab94 commit 56351f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/_asynciomodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@ future_add_done_callback(asyncio_state *state, FutureObj *fut, PyObject *arg,
821821
Invariants:
822822
823823
* callbacks != NULL:
824-
There are some callbacks in in the list. Just
824+
There are some callbacks in the list. Just
825825
add the new callback to it.
826826
827827
* callbacks == NULL and callback0 == NULL:

0 commit comments

Comments
 (0)