mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-123492: Remove unnecessary :func:
parentheses (#123493)
This commit is contained in:
parent
8aaf7525ab
commit
103a0470e3
78 changed files with 154 additions and 154 deletions
|
@ -91,7 +91,7 @@ Runner context manager
|
|||
current one. By default :func:`asyncio.new_event_loop` is used and set as
|
||||
current event loop with :func:`asyncio.set_event_loop` if *loop_factory* is ``None``.
|
||||
|
||||
Basically, :func:`asyncio.run()` example can be rewritten with the runner usage::
|
||||
Basically, :func:`asyncio.run` example can be rewritten with the runner usage::
|
||||
|
||||
async def main():
|
||||
await asyncio.sleep(1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue