Skip to content

Commit 8ad26fc

Browse files
authored
Update Lib/asyncio/base_events.py
1 parent 7bce401 commit 8ad26fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/asyncio/base_events.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,7 @@ def create_future(self):
460460

461461
def create_task(self, coro, **kwargs):
462462
"""Schedule or begin executing a coroutine object.
463+
463464
Return a task object.
464465
"""
465466
self._check_closed()

0 commit comments

Comments
 (0)