Skip to content

Commit e36c0c5

Browse files
Update Modules/_asynciomodule.c
Co-authored-by: Itamar Oren <[email protected]>
1 parent c2fc5bd commit e36c0c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_asynciomodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3462,7 +3462,7 @@ task_eager_start(asyncio_state *state, TaskObj *task)
34623462
return -1;
34633463
}
34643464
// register the task into the linked list of tasks
3465-
// if the task completely eagerly then it will unregister itself
3465+
// if the task completes eagerly (without suspending) then it will unregister itself
34663466
// in future_schedule_callbacks when done otherwise
34673467
// it will continue in lazy execution
34683468
register_task(task);

0 commit comments

Comments
 (0)