8000 Update Lib/asyncio/runners.py · python/cpython@546440b · GitHub
[go: up one dir, main page]

Skip to content

Commit 546440b

Browse files
asvetlovzware
andauthored
Update Lib/asyncio/runners.py
Co-authored-by: Zachary Ware <zach@python.org>
1 parent f47d66a commit 546440b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/asyncio/runners.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def run(self, coro, *, context=None):
7373
return self._loop.run_until_complete(task)
7474

7575
def get_loop(self):
76-
"""Returnb embedded event loop."""
76+
"""Return embedded event loop."""
7777
return self._loop< 418C /div>
7878

7979
def get_context(self):

0 commit comments

Comments
 (0)
0