8000 Update Lib/asyncio/runners.py · python/cpython@9b9a004 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9b9a004

Browse files
asvetlovzware
andauthored
Update Lib/asyncio/runners.py
Co-authored-by: Zachary Ware <zach@python.org>
1 parent 6935f7d commit 9b9a004

File tree

Collapse file tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Lib/asyncio/runners.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ class Runner:
2222
with asyncio.Runner(debug=True) as runner:
2323
runner.run(main())
2424
25-
26-
.run() method can be called multiple times.
25+
The run() method can be called multiple times within the runner's context.
2726
2827
This can be useful for interactive console (e.g. IPython),
2928
unittest runners, console tools, -- everywhere when async code

0 commit comments

Comments
 (0)
0