Skip to content

Commit aad418b

Browse files
committed
PYTHON-5784 Spell out 'coro' parameter as 'coroutine' in _run helper
1 parent 290c99b commit aad418b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/test_periodic_executor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ async def _default_target():
5959
)
6060

6161

62-
def _run(coro):
63-
return asyncio.run(coro)
62+
def _run(coroutine):
63+
return asyncio.run(coroutine)
6464

6565

6666
# ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)