8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 759f72a commit f47d66aCopy full SHA for f47d66a
Doc/library/asyncio-runner.rst
@@ -77,9 +77,7 @@ Runner context manager
77
*factory* could be used for overriding the loop creation.
78
:func:`asyncio.new_event_loop` is used if ``None``.
79
80
- Basically, :func:`asyncio.run()` example can be revealed with the runner usage:
81
-
82
- .. block:: python
+ Basically, :func:`asyncio.run()` example can be revealed with the runner usage::
83
84
async def main():
85
await asyncio.sleep(1)
0 commit comments