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 3214cf6 commit 73d7253Copy full SHA for 73d7253
README.rst
@@ -64,7 +64,7 @@ Using uvloop
64
# Main entry-point.
65
...
66
67
- if sys.version_info >= (3, 11)
+ if sys.version_info >= (3, 11):
68
with asyncio.Runner(loop_factory=uvloop.new_event_loop) as runner:
69
runner.run(main())
70
else:
0 commit comments