gh-123492: Remove unnecessary :func: parentheses (#123493)

This commit is contained in:
Wei-Hsiang (Matt) Wang 2024-08-30 19:34:09 +08:00 committed by GitHub
parent 8aaf7525ab
commit 103a0470e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
78 changed files with 154 additions and 154 deletions

View file

@ -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)