8000 Fix doc · python/cpython@f47d66a · GitHub
[go: up one dir, main page]

Skip to content

Commit f47d66a

Browse files
committed
Fix doc
1 parent 759f72a commit f47d66a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Doc/library/asyncio-runner.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,7 @@ Runner context manager
7777
*factory* could be used for overriding the loop creation.
7878
:func:`asyncio.new_event_loop` is used if ``None``.
7979

80-
Basically, :func:`asyncio.run()` example can be revealed with the runner usage:
81-
82-
.. block:: python
80+
Basically, :func:`asyncio.run()` example can be revealed with the runner usage::
8381

8482
async def main():
8583
await asyncio.sleep(1)

0 commit comments

Comments
 (0)
0