mirror of https://github.com/MagicStack/uvloop.git
Fix typo in README
This commit is contained in:
parent
3214cf685e
commit
73d7253bf0
|
@ -64,7 +64,7 @@ Using uvloop
|
|||
# Main entry-point.
|
||||
...
|
||||
|
||||
if sys.version_info >= (3, 11)
|
||||
if sys.version_info >= (3, 11):
|
||||
with asyncio.Runner(loop_factory=uvloop.new_event_loop) as runner:
|
||||
runner.run(main())
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue